mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Fixing kill gunicorn command.
This commit is contained in:
parent
b746dda72d
commit
83d0654eef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pkill -9 -f gunicorn -e
|
pkill -9 -f gunicorn -c
|
||||||
|
|
||||||
# for i in `ps -o pid,command ax | grep gunicorn | awk '!/awk/ && !/grep/ {print $1}'`
|
# for i in `ps -o pid,command ax | grep gunicorn | awk '!/awk/ && !/grep/ {print $1}'`
|
||||||
# do
|
# do
|
||||||
|
|
Loading…
Add table
Reference in a new issue