aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-04-17 23:53:04 +0200
committerEUcancER <root@euer.krebsco.de>2012-04-17 23:53:04 +0200
commitdd1eeab125695e0b833bb5be556ff66b5a800a71 (patch)
tree17d73539cc70d831dbc1d00047fdf6ab80561944
parent6f80f924c7513061113d7190ba9239cab840a994 (diff)
fix directory
-rwxr-xr-xautostart/reaktor-debian4
1 files 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
}