CC-2429: Liquidsoap should be run with higher priority
-On a range of -20 to 20, where -20 gives the highest priority, set Liquidsoap nice to -15.
This commit is contained in:
parent
d8ff6ae867
commit
95b69b403b
|
@ -24,7 +24,8 @@ start () {
|
|||
start-stop-daemon --start --background --quiet --chuid $USERID:$GROUPID --make-pidfile --pidfile $PIDFILE0 --startas $DAEMON0
|
||||
|
||||
monit monitor airtime-liquidsoap >/dev/null 2>&1
|
||||
start-stop-daemon --start --background --quiet --chuid $USERID:$GROUPID --make-pidfile --pidfile $PIDFILE1 --startas $DAEMON1
|
||||
start-stop-daemon --start --background --quiet --chuid $USERID:$GROUPID \
|
||||
--nicelevel -15 --make-pidfile --pidfile $PIDFILE1 --startas $DAEMON1
|
||||
}
|
||||
|
||||
stop () {
|
||||
|
|
Loading…
Reference in New Issue