diff options
author | Roy Marples <roy@marples.name> | 2007-08-28 13:06:44 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-28 13:06:44 +0000 |
commit | 144d9653e11918390f2d2ae73b11e07cf312d2fa (patch) | |
tree | d126a4313e7b3d6a18de16ad3a5b67654fa4bb3d /conf.d | |
parent | 849b983c3fb6abec364d5e9e2519ef4ba1ea5df9 (diff) |
Undocument pause action, fix --nodeps and --ifstarted, #190045.
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/rc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -75,7 +75,8 @@ RC_FORCE_AUTO="no" #RC_ULIMIT="-u 30" # It's possible to define extra dependencies for services like so +#RC_CONFIG="/etc/foo" #RC_NEED="openvpn" #RC_USE="net.eth0" - - +#RC_AFTER="clock" +#RC_BEFORE="local" |