Update ripping-cluster init script to run as media, included with ebuild

This commit is contained in:
2011-06-22 00:50:07 +01:00
parent ee9fae313b
commit 4c9de24d89
4 changed files with 54 additions and 3 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"