Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JojiiOfficial committed Aug 14, 2020
1 parent 54959cb commit 8a90d4f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ OPTIONS:
-t, --timeout <timeout>

SUBCOMMANDS:
continue Send SIGCONT if service is running
disable Disable a service
enable Enable a service
help Prints this message or the help of the given subcommand(s)
once Start if service is not running. Do not restart if it stops
pause Send SIGSTOP if service is running
restart Restart a service
start Start a service
status Status a service
stop Stop a service
alarm Send SIGALARM if service is running
continue Send SIGCONT if service is running
disable Disable a service
enable Enable a service
help Prints this message or the help of the given subcommand(s)
hup Send SIGHUP if service is running
interrupt Send SIGINT if service is running
kill Send SIGKILL if service is running
list List services
once Start if service is not running. Do not restart if it stops
pause Send SIGSTOP if service is running
restart Restart a service
start Start a service
status Status a service
stop Stop a service
term Send SIGTERM if service is running
```

0 comments on commit 8a90d4f

Please sign in to comment.