diff options
author | Roy Marples <roy@marples.name> | 2008-08-20 10:02:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-08-20 10:02:11 +0000 |
commit | 1ab1e9328a6313ae7d77957168484ce4b52fdf5d (patch) | |
tree | 5369c0f16c55fa3bf5bc8836bf35636e425abf39 /man | |
parent | a9f7d2d5e5df184fd2eae38422605333e483c4d0 (diff) |
Add -k,--umask option, Gentoo #232455.
Diffstat (limited to 'man')
-rw-r--r-- | man/start-stop-daemon.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 33a9ceeb..a4df24f1 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Jul 08, 2008 +.Dd August 20, 2008 .Dt START-STOP-DAEMON 8 SMM .Os OpenRC .Sh NAME @@ -127,6 +127,8 @@ as the path to the daemon, chdir and pidfile, should be relative to the chroot. Set the environment variable VAR to VALUE. .It Fl g , -group Ar group Start the daemon as in the group. +.It Fl k , -umask Ar mode +Set the umask of the daemon. .It Fl m , -make-pidfile Saves the pid of the daemon in the file specified by the .Fl p , -pidfile |