Initial commit
This commit is contained in:
14
turnserverauth.service
Normal file
14
turnserverauth.service
Normal 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
|
Reference in New Issue
Block a user