arch-ppa/src/coturn/turnserver.service

12 lines
225 B
SYSTEMD
Raw Normal View History

2018-09-26 23:36:00 -04:00
[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