- Enable service and autostart
systemctl enable xxx
- Disable / remove service from autostart
systemctl disable xxx
- Start the service
systemctl start xxx
- Reload daemon
systemctl daemon-reload
systemctl reset-failed
systemctl enable xxx
systemctl disable xxx
systemctl start xxx
systemctl daemon-reload
systemctl reset-failed