Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykuzmenkov committed Nov 5, 2015
1 parent 2cd75b8 commit 8057599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stop='kill `cat '$pid_file'`'

In that case pid_file will be $WORK_DIR/example.pid, user and group - root. You can use more options:

- *start*: valid bash command to start daemon (no foreground)
- *start*: valid single bash command without any split (;) and multicall (&&, ||) to start daemon (no foreground)
- *stop*: valid bash command to stop running daemon
- *user*: optional param to run as that user
- *group*: optional param to run task under special group
Expand Down

0 comments on commit 8057599

Please sign in to comment.