summaryrefslogtreecommitdiff
path: root/pcr/rfc5766-turn-server/turn.service
blob: 54cc5f01a1956235560e4ea2a2021b8e0f4de895 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=TURN Server
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/turnserver

[Install]
WantedBy=multi-user.target