systemd

systemctl -t help
systemctl list-unit-files
systemctl list-units
systemctl status/start/stop/enable/disable <služba>

Editace konfiguračního souboru služby

systemctl edit <služba>

Seznam parametrů, které služba používá

systemctl show <služba> 

Při změně parametrů se musí znovu načíst daemon

systemctl daemon-reload