Matrix server automated install
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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