use celery
This commit is contained in:
parent
b05f8fdb83
commit
a03817ae38
9 changed files with 17 additions and 36 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# pandora background server
|
||||
# pandora encoding daemon
|
||||
#
|
||||
|
||||
description "pandora background server"
|
||||
description "pandora encoding daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
|
@ -10,5 +10,5 @@ respawn
|
|||
|
||||
chdir /srv/pandora/pandora
|
||||
|
||||
exec /bin/su pandora -s /usr/bin/python2.6 /srv/pandora/pandora/bin/pandora-encoder
|
||||
exec /bin/su pandora -s /usr/bin/python2.6 /srv/pandora/pandora/bin/pandora-encoding
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# pandora background server
|
||||
# pandora background tasks daemon
|
||||
#
|
||||
|
||||
description "pandora background server"
|
||||
description "pandora background tasks daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
|
@ -10,5 +10,5 @@ respawn
|
|||
|
||||
chdir /srv/pandora/pandora
|
||||
|
||||
exec /bin/su pandora -s /usr/bin/python2.6 /srv/pandora/pandora/bin/pandora-backgroundtasks
|
||||
exec /bin/su pandora -s /usr/bin/python2.6 /srv/pandora/pandora/bin/pandora-tasks
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue