forked from 0x2620/pandora
15 lines
245 B
Text
15 lines
245 B
Text
|
# 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
|
||
|
|