Matrix server automated install
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
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
|