Skip to content

Instantly share code, notes, and snippets.

@Thermionix
Last active December 22, 2015 19:09
Show Gist options
  • Save Thermionix/6518024 to your computer and use it in GitHub Desktop.
Save Thermionix/6518024 to your computer and use it in GitHub Desktop.
jitsi videobridge upstart
# /etc/init/videobridge.conf
description "jitsi videobridge"
start on (net-device-up
and local-filesystems
and runlevel [2345])
stop on shutdown
exec start-stop-daemon --start \
--make-pidfile --pidfile /var/run/videobridge.pid \
--exec /opt/jitsi-videobridge/jvb.sh \
-- --secret=componentpassword >> /var/log/videobridge.log 2>&1
respawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment