The sysv tag has no wiki summary.
0
votes
2answers
24 views
How can I know if a certain service is running or not?
The service utility allows to know the current status for the services installed in the system.
However, when invocking service --status-all some services are listed as [+] (running), some as [-] ...
10
votes
2answers
2k views
How system services are started in 12.10?
One thing that always confused me in Ubuntu was how system services are started. I know that Ubuntu uses Upstart and supports SysV, but which one is used to start the services? This matters when you ...