This commit is contained in:
Brandon
2019-08-18 09:36:03 -05:00
parent 4a6584f029
commit f98be77201
3 changed files with 17 additions and 15 deletions

2
run.sh
View File

@@ -5,6 +5,6 @@ function stop() {
}
trap stop HUP INT TERM
su-exec mopidy mopidy --config "${MOPIDY_CONFIG_FILE}" "${@}" &
su-exec mopidy mopidy --config "/data/config/mopidy.conf" "${@}" &
PID=$!
wait $PID