Systemctl

Systemd

Helps for system administration with systemd:

Control and manipulate services

systemctl
systemctl enable [servicename]
systemctl stop/start [servicename]
systemctl disable [servicename]

Remove services from systemd

systemctl stop [servicename]
systemctl disable [servicename]
rm /etc/systemd/system/[servicename]
systemctl daemon-reload
systemctl reset-failed