Skip to content

Instantly share code, notes, and snippets.

View kmansel's full-sized avatar

Kevin Mansel kmansel

View GitHub Profile
systemctl stuff
##### use systemctl to get list units that are active, add --all for everything
systemctl list-units
##### use systemctl to list all units with specific status, inactive, active, enabled, running, exited
systemctl list-units --all --status=inactive
##### use systemctl to list all unit files
systemctl list-unit-files