⌘K
systemctl
linux
Control the systemd system and service manager. Some subcommands such as `disable`, `status`, `reboot` etc. have their own usage documentation.
More info →Options (1)
-t, --typebooleanList all service/socket/automount units filtering by running/failed state
Example:
systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}Examples (8)
Show all running services
systemctl statusList failed units
systemctl --failedStart/Stop/Restart/Reload/Show the status of a service
systemctl start|stop|restart|reload|status unitEnable/Disable a unit to be started on bootup
systemctl enable|disable unitReload systemd, scan for new or changed units
systemctl daemon-reloadCheck if a unit is active/enabled/failed
systemctl is-active|is-enabled|is-failed unitList all service/socket/automount units filtering by running/failed state
systemctl list-units [-t|--type] service|socket|automount --state failed|runningShow the contents & absolute path of a unit file or edit it
systemctl cat|edit unitmade by @shridhargupta | data from tldr-pages