summarylogtreecommitdiffstats
path: root/stuntman.service
blob: 55fb22432e59f5d4f22bd892c5aed0a0414f0fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Stuntman STUN-Server
After=network.target

[Service]
Type=simple
User=nobody
Group=nobody
ExecStart=/usr/bin/stunserver
ExecStop=/usr/bin/killall --user nobody stunserver

[Install]
WantedBy=multi-user.target