summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service13
1 files changed, 13 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..6fa7352b697e
--- /dev/null
+++ b/service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Jitsi Videobridge
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/jitsi-videobridge/jitsi-videobridge.conf
+ExecStart=/opt/jitsi-videobridge/jvb.sh ${flags}
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target