upstart-job for mumbledj
This commit is contained in:
parent
7e9b6fb10e
commit
38bf711c68
11
upstart-script/mumble.conf
Normal file
11
upstart-script/mumble.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
description "mumbledj"
|
||||||
|
# upstart-job for a easy launch of mumbledj
|
||||||
|
# tested with Ubuntu 15.10
|
||||||
|
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
|
Reference in a new issue