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.

coturn.service 338B

12345678910111213141516
  1. [Unit]
  2. Description=coTURN STUN/TURN Server
  3. Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1)
  4. After=network.target
  5. [Service]
  6. User=root
  7. Group=root
  8. Type=notify
  9. ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf --pidfile=
  10. Restart=on-failure
  11. InaccessibleDirectories=/home
  12. PrivateTmp=yes
  13. [Install]
  14. WantedBy=multi-user.target