Update initscript to work with new file paths

This commit is contained in:
2012-01-15 14:31:30 +00:00
parent 56d499b1aa
commit c195a733eb
2 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
# Which user to run the worker daemon as
USER="media"
# File to store the running daemon's PID in
PID_FILE="/var/run/ripping-cluster-worker.pid"