Files
garden/systemctl.md
T
flancian 0964e31ddb [[snapshot]]: 2021-05-14 08:50:42
Affected files:

.obsidian/workspace
systemctl.md
2021-05-14 08:50:42 +02:00

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]]