mirror of
https://github.com/flancian/garden.git
synced 2026-08-01 20:16:18 +00:00
0964e31ddb
Affected files: .obsidian/workspace systemctl.md
4 lines
260 B
Markdown
4 lines
260 B
Markdown
- from https://askubuntu.com/questions/795226/how-to-list-all-enabled-services-from-systemctl
|
|
- `systemctl | grep running` to see running
|
|
- `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot)
|
|
- [[add service]] |