service still running when i "remove"
zuoRambo opened this issue · 4 comments
zuoRambo commented
zuoRambo commented
10072 rworkspace/golang » ps axu|grep 7618|grep -v grep
root 7618 0.0 0.1 573410164 10740 ?? Ss 8:53PM 0:00.27 /Users/rambone/rworkspace/golang/tp-scoring-system
takama commented
Hi,
Yes, it's happen if you try to remove running service (without "stop" command before).
Ok, I think, need to have"stop" command during remove the service.
P.S. As a temporary solution, use:
- Install service
- Stop service
- Remove service
thanks
takama commented
Anyway, You were right to best serve of the command "Remove". It should be correct way and should not remove running service or just stop it automatically.