]> git.pld-linux.org Git - packages/daemontools.git/commitdiff
- full path to daemon
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 00:21:37 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    daemontools.init -> 1.15

daemontools.init

index 9e9b4b771cb3e881fbbc3d3607f44f2d7509dfb7..074a5f0e98b31960c622076517d2e059d29702b0 100644 (file)
@@ -6,7 +6,7 @@
 #
 # description: svscan (scan and run services) is a server part of the daemontools suite.
 #
-# id:          $Id$
+# $Id$
 #
 
 # Source function library
@@ -39,7 +39,7 @@ case "$1" in
                # we can't get status report from background job
                # but we can only do simple file check
                if [ -w $SVSCAN_DIR ]; then
-                       daemon --fork svscan $SVSCAN_DIR
+                       daemon --fork /usr/sbin/svscan $SVSCAN_DIR
                        RETVAL=$?
                else
                        fail
This page took 0.127318 seconds and 4 git commands to generate.