init scripts and name

This commit is contained in:
j 2010-04-29 14:29:13 +03:00
commit ac23b43e9f
6 changed files with 75 additions and 1 deletions

View file

@ -0,0 +1,14 @@
# pandora background server
#
description "pandora background server"
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-backgroundtasks

View file

@ -0,0 +1,14 @@
# pandora background server
#
description "pandora background server"
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-encoder