15 lines
346 B
SYSTEMD
15 lines
346 B
SYSTEMD
|
[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
|