summarylogtreecommitdiffstats
path: root/galene.service
diff options
context:
space:
mode:
authorAntonin Décimo2020-12-20 20:03:16 +0100
committerAntonin Décimo2020-12-20 20:03:16 +0100
commit6be744f91ffda58b30bbf26ee0e7acd3dfaccb93 (patch)
tree199b8cae0b861458c363bded0744fb20fcc33a65 /galene.service
downloadaur-6be744f91ffda58b30bbf26ee0e7acd3dfaccb93.tar.gz
Initial import of Galene 0.1
Diffstat (limited to 'galene.service')
-rw-r--r--galene.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/galene.service b/galene.service
new file mode 100644
index 000000000000..7f2e923a8684
--- /dev/null
+++ b/galene.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Galene videoconferencing server
+Documentation=https://galene.org
+Documentation=file:///usr/share/doc/galene/README
+After=network.target
+
+[Service]
+Type=simple
+User=galene
+Group=galene
+WorkingDirectory=~
+ExecStart=/usr/bin/galene -static /usr/share/galene/static
+LimitNOFILE=65536
+
+[Install]
+WantedBy=multi-user.target