From dd1eeab125695e0b833bb5be556ff66b5a800a71 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Tue, 17 Apr 2012 23:53:04 +0200 Subject: fix directory --- autostart/reaktor-debian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autostart/reaktor-debian b/autostart/reaktor-debian index 323449f..a94384f 100755 --- a/autostart/reaktor-debian +++ b/autostart/reaktor-debian @@ -31,9 +31,9 @@ do_start() # 0 if daemon has been started # 1 if daemon was already running # 2 if daemon could not be started - start-stop-daemon -b -d $DAEMON_DIR -c $USER --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ + start-stop-daemon -b -d $DAEMON_DIR/.. -c $USER --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \ || return 1 - start-stop-daemon -b -d $DAEMON_DIR -c $USER --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- \ + start-stop-daemon -b -d $DAEMON_DIR/.. -c $USER --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- \ $DAEMON_ARGS \ || return 2 } -- cgit v1.2.3