mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +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
|
||||
|
||||
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}'`
|
||||
# do
|
||||
|
|
Loading…
Add table
Reference in a new issue