diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index c4119d9c..471c0f19 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -447,11 +447,6 @@ depend() need ${_need} } -restart_pre() { - # Verify a config and abort the restart in case it's not valid - ... -} - # This function does any pre-start setup. If it fails, the service will # not be started. # If you need this function to behave differently for a restart command, |