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

[Service]
Type=simple
ExecStart=/usr/bin/turnserver --stun-only

[Install]
WantedBy=multi-user.target