X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fautox.init;h=abe83a039b77393454dfa4c3c235dbc5691d80d6;hb=926d32df222f5b9ceb962b852c194aac6d1dc1cd;hp=b907ff372b0ee1bdaba35cebc606a9a362097b25;hpb=02354cca92286267690acda2d1f6d031e45a1e5e;p=autox diff --git a/debian/autox.init b/debian/autox.init index b907ff3..abe83a0 100755 --- a/debian/autox.init +++ b/debian/autox.init @@ -5,7 +5,7 @@ # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Automatically start X as a user +# Short-Description: Automatically start X on boot ### END INIT INFO # # Author: Andres Salomon @@ -41,7 +41,8 @@ case "$1" in # -- /dev/tty7 #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 + start-stop-daemon --start --background --pidfile $PIDFILE \ + --exec $DAEMON #start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_OPTS & log_end_msg $?