This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |