This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/upstart-script/mumbledj.conf

16 lines
441 B
Plaintext
Raw Normal View History

2016-04-30 04:13:52 +02:00
description "mumbledj"
2016-04-30 04:15:56 +02:00
# upstart-job for a easy launch of mumbledj,
# must be placed in /etc/init dir, then launch as:
# start/stop mumbledj
2016-04-30 04:13:52 +02:00
# tested with Ubuntu 15.10
2016-04-30 04:15:56 +02:00
2016-04-30 04:13:52 +02:00
start on startup
stop on shutdown
script
# exe as ubuntu user
exec su -s /bin/sh -c "/usr/local/bin/mumbledj -server=localhost -port=64738 -username=MumbleDJ -password= -channel=\"\" -cert= -key= -insecure >> /home/ubuntu/mumbledj.log 2>&1" ubuntu
end script
respawn