mirror of https://github.com/coturn/coturn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
471 B
21 lines
471 B
[Unit]
|
|
Description=Coturn STUN/TURN Server
|
|
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
|
|
After=network.target
|
|
After=network-online.target
|
|
After=remote-fs.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=turnserver
|
|
Group=turnserver
|
|
Type=notify
|
|
RuntimeDirectory=turnserver
|
|
ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf
|
|
Restart=on-failure
|
|
InaccessibleDirectories=/home
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=turnserver.service
|
|
|