You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
346 B

[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