systemctl

Controla el gestor de sistemas y servicios systemd. Más información: https://www.freedesktop.org/software/systemd/man/systemctl.html.

systemctl status

systemctl --failed

systemctl {{start|stop|restart|reload|status}} {{unidad}}

systemctl {{enable|disable}} {{unidad}}

systemctl daemon-reload

systemctl {{is-active|is-enabled|is-failed}} {{unidad}}

systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}

systemctl cat {{unidad}}