Matrix server automated install
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.
12345678910111213141516 |
- [Unit]
- Description=coTURN STUN/TURN Server
- Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
- After=network.target
-
- [Service]
- User=root
- Group=root
- Type=notify
- ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf --pidfile=
- Restart=on-failure
- InaccessibleDirectories=/home
- PrivateTmp=yes
-
- [Install]
- WantedBy=multi-user.target
|