start_stop_daemon: add -chuid support
This commit is contained in:
parent
f8ea0f3a66
commit
cce38586ae
5 changed files with 70 additions and 42 deletions
|
@ -2893,7 +2893,7 @@
|
|||
"\n -N|--nicelevel <N> Add N to process's nice level" \
|
||||
) \
|
||||
"\n -s|--signal <signal> Signal to send (default TERM)" \
|
||||
"\n -U|--chuid <username>|<uid> Start process with this name"
|
||||
"\n -c|--chuid <user>[:[<group>]] Change to specified user/group"
|
||||
|
||||
#define stat_trivial_usage \
|
||||
"[OPTION] FILE..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue