Initial commit

This commit is contained in:
root
2020-03-20 02:25:33 +01:00
commit d5d35b3e0f
11 changed files with 131 additions and 0 deletions

14
turnserverauth.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=turnserverauth.js - webservice for negociating turn authentication
Documentation=https://www.blorand.org
After=network.target
[Service]
EnvironmentFile=-/etc/default/turnserverauth
Type=simple
User=www-data
ExecStart=/usr/bin/node /opt/turnserverauth/turnserverauth.js
Restart=on-failure
[Install]
WantedBy=multi-user.target