Linux - SystemD
systemctl - the one stop shop for all service / system related taskssystemctl [status|start|stop|reload|restart|...] <unit-name>systemctl enable <unit-name>- Symlinks a unit to start on boot
systemctl list-unit --type=[service|...]- Get a list of installed units
systemctl daemon-reload- Reload units from disk. Requires root