Last active
September 5, 2024 06:10
-
-
Save glenntnorton/f10a34d3a02a14d39c3eb39a2cab903c to your computer and use it in GitHub Desktop.
list-running-services
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
#!/bin/sh | |
sudo systemctl list-unit-files --type=service --state=enabled --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment