fc-pattern, sv, tomb, xkill: add examples (#6121)

This commit is contained in:
Inesgor
2021-07-25 00:42:04 +05:30
committed by GitHub
parent a9547d0184
commit 3c2ddfbccc
4 changed files with 21 additions and 1 deletions

View File

@@ -14,3 +14,11 @@
- Get service status:
`sudo sv status {{path/to/service}}`
- Reload a service:
`sudo sv reload {{path/to/service}}`
- Start a service, but only if it's not running and don't restart it if it stops:
`sudo sv once {{path/to/service}}`