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 want to install a few services without starting them. And then, i should be able to start and stop the services as needed. Currently, there's no way to start/stop/restart the provisioned services manually.
The text was updated successfully, but these errors were encountered:
Service is not automatically started when provisioned with forever-service, you could use regular service commands like service xxx start/stop/restart to manually control the service.
sudo service IOT start(it gives no error) sudo service IOT status(it says running)
IOT.service - LSB: forever-service startup script for IOT
Loaded: loaded (/etc/init.d/IOT)
Active: active (running) since Sat 2016-10-29 20:17:00 UTC; 1min 46s ago
Process: 4217 ExecStart=/etc/init.d/IOT start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/IOT.service
└─2835 /usr/bin/nodejs /usr/lib/node_modules/forever/bin/monitor /home/pi/myblynk.js
Oct 29 20:17:00 Pi-Jarvis IOT[4217]: Service IOT already running
Oct 29 20:17:00 Pi-Jarvis systemd[1]: Started LSB: forever-service startup script for IOT.
I want to install a few services without starting them. And then, i should be able to start and stop the services as needed. Currently, there's no way to start/stop/restart the provisioned services manually.
The text was updated successfully, but these errors were encountered: