mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-31 22:20:12 +00:00
1 line
72 B
Bash
1 line
72 B
Bash
![]() |
ps aux | grep celeryd | egrep -v grep | awk '{print $2}' | xargs kill -9
|