X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fautox.init;h=a5a697f95c9f32d56bbd8eec31f072016044a7c8;hb=0c5a57f891c0736de1394e443c78d1204acdd35e;hp=abe83a039b77393454dfa4c3c235dbc5691d80d6;hpb=926d32df222f5b9ceb962b852c194aac6d1dc1cd;p=autox diff --git a/debian/autox.init b/debian/autox.init index abe83a0..a5a697f 100755 --- a/debian/autox.init +++ b/debian/autox.init @@ -29,7 +29,8 @@ if [ -f /etc/default/$NAME ] ; then fi if [ -z "$AUTOX_USER" ]; then - log_failure_msg "No user specified in /etc/default/${NAME}." + log_failure_msg "No user specified in /etc/default/${NAME}" + exit 0 fi case "$1" in @@ -42,7 +43,7 @@ case "$1" in #start-stop-daemon --start --chuid olpc --verbose --background --make-pidfile --pidfile $PIDFILE --user olpc --exec $DAEMON -- /dev/tty7 #start-stop-daemon --start --verbose --background --make-pidfile --pidfile $PIDFILE --exec $DAEMON -- /dev/tty7 start-stop-daemon --start --background --pidfile $PIDFILE \ - --exec $DAEMON + --exec $DAEMON -- $AUTOX_USER #start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_OPTS & log_end_msg $?