Matrix server automated install
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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