forked from 0x2620/pandora
update init.d scripts to match upstart scripts
This commit is contained in:
parent
9d64589368
commit
2db7062770
4 changed files with 133 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ PANDORA_BASE=/srv/pandora
|
|||
DAEMON_USER="pandora"
|
||||
DAEMON_NAME=pandora/manage.py
|
||||
DAEMON="$PANDORA_BASE/$DAEMON_NAME"
|
||||
DAEMON_ARGS="celeryd -Q default,celery -n pandora-tasks -f /var/log/pandora/pandora-tasks.log -l INFO"
|
||||
DAEMON_ARGS="celeryd -Q default,celery -n pandora-tasks -f /var/log/pandora/$NAME.log -l INFO"
|
||||
PIDFILE=/var/run/$NAME.pid
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue