Document gotcha for --pidns
[untie.git] / untie.ggo
blob251b80cac211e6277e040abd308f05e26372cbf2
1 package "untie"
3 option "mount" - "New mount namespace" flag off
4 option "uname" - "New uname" flag off
5 option "ipc" - "New IPC context" flag off
6 option "userns" - "New user namespace" flag off
7 option "pidns" - "New PID namespace" flag off
8 option "netns" - "New network namespace" flag off
9 option "mask" - "Pass user defined flag" int typestr="MASK" no multiple
10 option "chroot" - "Chroot in the specified directory" string typestr="DIRECTORY" no
11 option "uid" - "Change to the specified UID" int typestr="UID" no
12 option "username" - "Change to the specified username" string typestr="USERNAME" no
13 option "gid" - "Add the specified GID" int typestr="GID" no multiple
14 option "groupname" - "Add the specified group" string typestr="GROUP" no multiple
15 option "daemonize" - "Run as daemon" flag off
16 option "alarm" - "Set an alarm after the specified delay" int typestr="SECONDS" no
17 option "nice" - "Run as the specified nice level" int typestr="NICE" no
18 option "sched" - "Use the specified (possibly RT) scheduling policy" string typestr="SCHED" no
19 option "schedprio" - "Set the priority according to the given scheduler" int typestr="PRIO" no
20 option "timeout-term" - "Delay before sending a SIGTERM to the process" double typestr="SECONDS" no
21 option "timeout-kill" - "Delay before sending a SIGKILL to the process" double typestr="SECONDS" no