You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using private-bower with slightly modified starting script for node applications (from here).
The startup is working OK, but I have a problem with quitting the application. The script currently uses:
pkill -P $PID
to kill the private-bower, but after that the git-daemon process is not stopped. Therefore if I try to start the service again it will fail due to git-daemon initialization failure.
I can add to my script to kill it (find by port, and kill) but I thought it would be nice to have private-bower to kill it, since it also invokes it. Or is it already doing that and it is my script error?
Thanks!
The text was updated successfully, but these errors were encountered:
atais
changed the title
Properly shut down private-bower
Properly shut down private-bower and git-daemon
Oct 18, 2016
I see this same issue. The git process has to be killed after the private bower process. Would be great to have a proper unit script that can stop start
Hello.
I am using
private-bower
with slightly modified starting script for node applications (from here).The startup is working OK, but I have a problem with quitting the application. The script currently uses:
to kill the
private-bower
, but after that thegit-daemon
process is not stopped. Therefore if I try to start the service again it will fail due togit-daemon
initialization failure.I can add to my script to kill it (find by port, and kill) but I thought it would be nice to have
private-bower
to kill it, since it also invokes it. Or is it already doing that and it is my script error?Thanks!
The text was updated successfully, but these errors were encountered: