linux:systemd
Table of Contents
systemd
context
dit document geeft een overzicht van de meest gebruikte commando's van systemd
beheer van services
| werking | commando | voorbeeld |
|---|---|---|
| overzicht actieve units | sudo systemctl list-unit-files | sudo systemctl list-unit-files|sort|nl |
| service uitschakelen | sudo systemctl disable <service> | sudo systemctl disable noip2 |
| service stoppen | sudo systemctl stop <service> | sudo systemctl stop noip2 |
meer info
linux/systemd.txt · Last modified: by 127.0.0.1

