summarylogtreecommitdiffstats
path: root/turnserver.service
blob: c9866d1b954d81f61c126a54abc66fdf61ebf720 (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