diff options
author | William Hubbs <williamh@gentoo.org> | 2011-10-17 13:47:45 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-16 13:56:55 -0600 |
commit | 5b1aaf8cc803e9f21f8a0c94236ab5dddba4b2fc (patch) | |
tree | 4ef1037e3bad3f69409720e26342f31c064a3d39 /man | |
parent | 5994e55937cbbb71b1c22ad829b77a1bcd8c3793 (diff) |
add support for extra_stopped_commands
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index bf06d7bc..b28bec29 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -93,6 +93,9 @@ Space separated list of extra commands the service defines. .It Ar extra_started_commands Space separated list of extra commands the service defines. These only work if the service has already been started. +.It Ar extra_stopped_commands +Space separated list of extra commands the service defines. These only work if +the service has already been stopped. .It Ar description String describing the service. .It Ar description_$command |