blob: 9fd60a8dad0bd61e1e39416fdbcfdb23f69bc3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
RuntimeDirectory=turnserver
LogsDirectory=turnserver
RuntimeDirectoryMode=0700
[Install]
WantedBy=multi-user.target
|