who needs services
This commit is contained in:
parent
d63b161baf
commit
ee6d02eade
|
@ -1,15 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=OpenTerminal Server
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Environment="PORT=443"
|
|
||||||
Environment="SSL_CERT=/certs/arimelody.me/arimelody.me.crt"
|
|
||||||
Environment="SSL_KEY=/certs/arimelody.me/arimelody.me.key"
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/bin/node /srv/openterminal/server/main.js
|
|
||||||
WorkingDirectory=/srv/openterminal
|
|
||||||
Restart=on-failure
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in a new issue