diff options
author | Roy Marples <roy@marples.name> | 2008-02-17 11:17:48 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-17 11:17:48 +0000 |
commit | fbdc85f3b3abc06eda9fd4d2a1fd0fc754699d28 (patch) | |
tree | 8c1c3443e299699c5ccd7e3a253b44da84a5dbbd | |
parent | 9854f9e3ee5c1ef8d61171b6a1a38dacc6f67720 (diff) |
Restore the --env option.
-rw-r--r-- | man/start-stop-daemon.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index 59440680..15901cbe 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -95,6 +95,8 @@ chdir to this directory before starting the daemon. .It Fl r , -chroot Ar path chroot to this directory before starting the daemon. All other paths, such as the path to the daemon, chdir and pidfile, should be relative to the chroot. +.It Fl e , -env Ar VAR=VALUE +Set the environment variable VAR to VALUE. .It Fl g , -group Ar group Start the daemon as in the group. .It Fl m , -make-pidfile |