Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 197 Bytes

systemd.md

File metadata and controls

13 lines (9 loc) · 197 Bytes

systemd

Common systemctl commands

  • List services
# list all services
systemctl list-units --type=service

# list active services
systemctl list-units --type=service --state=active