Home Linux Misc
Init script configs are in 

/etc/init/


Get the status of an init service

status <service-name>


Stop a service

stop <service-name>


Start a service

start <service-name>