mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
3 lines
No EOL
83 B
Bash
Executable file
3 lines
No EOL
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9 |