]> git.pld-linux.org Git - packages/bird.git/blobdiff - bird.init
- "-d" is "debug", not "daemon" here (in fact it is the opposite)
[packages/bird.git] / bird.init
index 14bd86748f89422d10e3695ba4b48420343989d4..99784cce34bf2d4e1d091aafb904daa0ec62d889 100644 (file)
--- a/bird.init
+++ b/bird.init
@@ -35,7 +35,7 @@ case "$1" in
        # Check if the services are already running?
        if [ ! -f /var/lock/subsys/bird ]; then
                msg_starting "bird"
-               daemon ${SERVICE_RUN_NICE_LEVEL} bird -d 
+               daemon ${SERVICE_RUN_NICE_LEVEL} bird
                touch /var/lock/subsys/bird
        else
                msg_Already_Running "bird"
This page took 0.031074 seconds and 4 git commands to generate.