cow icon indicating copy to clipboard operation
cow copied to clipboard

How to restart cow?

Open polinzhuo opened this issue 9 years ago • 4 comments

I run cow in background on Linux, by " sudo nohup cow". But I cannot find the process, by "ps" command. When I want to restart cow, the error comes up "the address has been in use." How to restart cow?

polinzhuo avatar Aug 20 '16 03:08 polinzhuo

Maybe you can try ps aux | grep cow Works for me

zwpaper avatar Aug 26 '16 07:08 zwpaper

Also sending SIGUSR1 do a reload on configs (actually restart cow)

fzerorubigd avatar Aug 27 '16 09:08 fzerorubigd

pkill cow

overcache avatar Nov 04 '16 01:11 overcache

try init.d or systemd script, then you can use sudo service cow start | stop | restart

strongbugman avatar Nov 09 '16 06:11 strongbugman