summarylogtreecommitdiffstats
path: root/galene.service
blob: 8ff4621eab406c132fe2296d76da2e1e2cc02243 (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.html
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