X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=fanfix.sysv;h=3d3b23bb00573c2ffb12d00c61915dcfd645fcad;hp=10be756a8e77f5b189cba115d99c9aaabc624308;hb=refs%2Fheads%2Fandroid;hpb=48587cad70aa1fee408d5336d1fdd15065a402d2 diff --git a/fanfix.sysv b/fanfix.sysv index 10be756..3d3b23b 100755 --- a/fanfix.sysv +++ b/fanfix.sysv @@ -2,10 +2,10 @@ # # fanfix This starts the Fanfix remote service. # -# chkconfig: 2345 10 90 # description: Starts the Fanfix remote service # ### BEGIN INIT INFO +# Default-Start: 3 4 5 # Short-Description: Fanfix service # Description: Starts the Fanfix remote service ### END INIT INFO @@ -37,6 +37,8 @@ start) echo "Fanfix is already running." >&2 false else + [ -e "$OUT" ] && mv "$OUT" "$OUT".previous + [ -e "$ERR" ] && mv "$ERR" "$ERR".previous sudo -u "$USER" -- java -jar "$JAR" --server "$PINCODE" "$PORT" > "$OUT" 2> "$ERR" & echo $! > "$FPID" fi