I had a recent server instance reboot and from what I can tell, it restarted every service I created with forever-service install. Ideally, if I stop a service, I don't want it to restart unless I manually restart it. If the service was running at the time of reboot, I want it to restart.
I had a recent server instance reboot and from what I can tell, it restarted every service I created with
forever-service install. Ideally, if I stop a service, I don't want it to restart unless I manually restart it. If the service was running at the time of reboot, I want it to restart.