I'm working with a custom service which essentially runs a web server, called thisismywebserver. Currently it's not working (ie I get an "Unable to Connect" error trying to access a page).
When I run this command service thisismywebserver status
to see the status of the service I see that the status is "active (exited)". Does this mean the service has stopped working? If not, then what does this mean?
root@thisismywebserver-testing:~# service thisismywebserver status
● thisismywebserver.service - LSB: ThisIsMyWebServer server
Loaded: loaded (/etc/init.d/thisismywebserver)
Active: active (exited) since Sun 2015-11-08 23:01:33 EST; 18h ago
Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
ExecStart
andExecStop
? I am facing same issue – RajSanpui Jan 14 '16 at 13:30LSB:
in the supplied description tells you that the questioner did not create a service unit, Bram. See https://unix.stackexchange.com/a/386876/5132 and https://unix.stackexchange.com/a/387314/5132 . – JdeBP Sep 26 '17 at 04:06