summarylogtreecommitdiffstats
path: root/turnserver.service
blob: 8e267b2e0b8aa8039e4b7761b7eb4a923f94737c (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]
Type=forking
User=turnserver
ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf -o -v

[Install]
WantedBy=multi-user.target