diff options
author | William Hubbs <williamh@gentoo.org> | 2012-03-24 12:40:45 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-03-24 12:40:45 -0500 |
commit | eb11953dd2bd713e6494db6da85ca87ac7f475e6 (patch) | |
tree | a923e83cc3e89568cee909cbc6b530092c51b596 /man/runscript.8 | |
parent | b264931034bedef6f0a384302334393359dc59c9 (diff) |
Document the required_dirs and required_files variables
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 64f36b15..6d425e4a 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -124,6 +124,10 @@ Display name used for the above defined command. .It Ar retry Retry schedule to use when stopping the daemon. It can either be a timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5). +.It Ar required_dirs +A list of directories which must exist for the service to start. +.It Ar required_files +A list of files which must exist for the service to start. .El .Sh DEPENDENCIES You should define a |