summarylogtreecommitdiffstats
path: root/turnserver.service
blob: 35f38143904cde20d3845fc3e8363af03de32c65 (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.conf -o -v

[Install]
WantedBy=multi-user.target