valence/etc/services-startup-conf/valence.conf
Anusha Ramineni b19420fd04 Move all the config items to etc folder
Currently the service startup files are placed in doc folder.
Moving the same to etc for better maintenance of all the conf
files.

Change-Id: I16be81b161263d7f2c446fd31cf92170f1091f60
2017-05-02 15:09:11 +05:30

15 lines
260 B
Plaintext

description "Valence server"
start on runlevel [2345]
stop on runlevel [!2345]
env PYTHON_HOME=PYHOME
# change the chuid to match yours
exec start-stop-daemon --start --verbose --chuid ${CHUID} \
--name valence \
--exec $PYTHON_HOME/valence -- \
respawn