Skip to content

systemctl

show all services
systemctl list-units
start, stop, restart, reload, status
systemctl start|stop|restart|reload|status <service>
enable/disable to start automatically
systemctl enable|disable <service>
check if service is active, enabled or failed
systemctl is-active|is-enabled|is-failed <service>
reset failed limit
systemctl reset-failed <service>
reload systemd configuration
systemctl daemon-reload

last updated: Sat Aug 12 14:29:24 2023

Back to top