Tips to use services under GNU/Linux distributions based on systemd.
service --status-all
service <name of service> status
Example : service mongodb status
List of common services : postgresql
, apache2
, mongodb
Example : sudo update-rc.d mongodb disable