Skip to content

Instantly share code, notes, and snippets.

@glenntnorton
Last active September 5, 2024 06:10
Show Gist options
  • Save glenntnorton/f10a34d3a02a14d39c3eb39a2cab903c to your computer and use it in GitHub Desktop.
Save glenntnorton/f10a34d3a02a14d39c3eb39a2cab903c to your computer and use it in GitHub Desktop.
list-running-services
#!/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