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