Test disable function

This commit is contained in:
2021-05-15 19:14:53 -07:00
parent b1346b7992
commit 184bbc4936
2 changed files with 47 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ In fact, if `systemctl` isn't found in the `PATH`, this library will panic.
## Supported systemctl functions
- [ ] `systemctl daemon-reload`
- [ ] `systemctl disable`
- [ ] `systemctl enable`
- [x] `systemctl disable`
- [x] `systemctl enable`
- [ ] `systemctl is-active`
- [ ] `systemctl is-enabled`
- [ ] `systemctl is-failed`