]> git.pld-linux.org Git - packages/lirc.git/commitdiff
full path to daemon
authorElan Ruusamäe <glen@delfi.ee>
Sat, 16 Feb 2013 18:58:17 +0000 (20:58 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 16 Feb 2013 18:58:17 +0000 (20:58 +0200)
lircmd.init

index 138a66b6171da3bdcaacfc0d81448973d1822742..0f083caf92e198afab8ecc61250d4531d224fe84 100755 (executable)
@@ -21,7 +21,7 @@ start() {
        fi
 
        msg_starting "Linux Infrared Remote Control mouse daemon"
-       daemon lircmd
+       daemon /usr/sbin/lircmd
        RETVAL=$?
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/lircmd
 }
This page took 0.049064 seconds and 4 git commands to generate.