summarylogtreecommitdiffstats
path: root/galene.service
blob: 6d3a2612a9b0a58bf2dcb2e73295dca22644a97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=Galène 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_TRACE=""
Environment=PION_LOG_DEBUG=""
Environment=PION_LOG_INFO="ice"
Environment=PION_LOG_WARNING="all"
Environment=PION_LOG_ERROR="all"

[Install]
WantedBy=multi-user.target