make sure pypo user can write /etc/airtime/liquidsoap.cfg
This commit is contained in:
parent
4e6a821314
commit
8f214c2ae6
|
@ -44,6 +44,9 @@ stop_pypo () {
|
|||
}
|
||||
|
||||
start () {
|
||||
chown pypo:pypo /etc/airtime
|
||||
chown pypo:pypo /etc/airtime/liquidsoap.cfg
|
||||
|
||||
start-stop-daemon --start --background --quiet --chuid $USERID:$GROUPID --make-pidfile --pidfile $PIDFILE0 --startas $DAEMON0
|
||||
monit monitor airtime-playout >/dev/null 2>&1
|
||||
|
||||
|
|
Loading…
Reference in New Issue