summarylogtreecommitdiffstats
path: root/turnserver.service
blob: 8321256806ce93a717244163f625372cb1854fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=STUN and TURN relay server for VoIP and WebRTC
After=network.target

[Service]
User=turnserver
Type=forking
ExecStart=/usr/bin/turnserver -c /etc/turnserver/turnserver.conf -o -v

[Install]
WantedBy=multi-user.target