mirror of
https://github.com/flancian/garden.git
synced 2026-08-01 12:06:18 +00:00
0964e31ddb
Affected files: .obsidian/workspace systemctl.md
260 B
260 B
- from https://askubuntu.com/questions/795226/how-to-list-all-enabled-services-from-systemctl
systemctl | grep runningto see runningsystemctl list-unit-files | grep enabledto see all enabled services (which will run at next boot)
- add service