]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.init
- fixed path to git-daemon
[packages/git-core.git] / git-core.init
index 59d803d5edda4daf494e523757b44b0a958c32a4..5dade3c8e31b2928f0cc1c9b2350a0598da3f11e 100644 (file)
@@ -33,7 +33,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/git-daemon ]; then
                msg_starting git-daemon
-               daemon --fork @libdir@/git/git-daemon $DAEMON_OPTS
+               daemon --fork @libdir@/git-core/git-daemon $DAEMON_OPTS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/git-daemon
        else
This page took 0.037512 seconds and 4 git commands to generate.