kill-the-newsletter/deployment-example/courselore.service

13 lines
229 B
SYSTEMD
Raw Normal View History

2021-03-14 00:36:06 +01:00
[Unit]
Description=Courselore
After=network.target
[Service]
ExecStart=/root/courselore/courselore /root/courselore/configuration.js
Environment=NODE_ENV=production
User=root
Restart=always
[Install]
WantedBy=multi-user.target