]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.init
- git-daemon was moved away from PATH in 1.6.0
[packages/git-core.git] / git-core.init
index cfd659440a40c2a913d672c6ab4881ecfe857989..59d803d5edda4daf494e523757b44b0a958c32a4 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 git-daemon $DAEMON_OPTS
+               daemon --fork @libdir@/git/git-daemon $DAEMON_OPTS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/git-daemon
        else
This page took 0.113722 seconds and 4 git commands to generate.