summarylogtreecommitdiffstats
path: root/galene.service
blob: af7ed468b714adad883ed54931b2b7e0ac84bae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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
Restart=on-failure
LimitNOFILE=65536
Environment=PION_LOG_INFO="ice"
Environment=PION_LOG_WARNING="all"

[Install]
WantedBy=multi-user.target