use celery
This commit is contained in:
parent
b05f8fdb83
commit
a03817ae38
9 changed files with 17 additions and 36 deletions
14
etc/init/pandora-tasks.conf
Normal file
14
etc/init/pandora-tasks.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# pandora background tasks daemon
|
||||
#
|
||||
|
||||
description "pandora background tasks daemon"
|
||||
|
||||
start on runlevel [2345]
|
||||
stop on runlevel [!2345]
|
||||
|
||||
respawn
|
||||
|
||||
chdir /srv/pandora/pandora
|
||||
|
||||
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