pastel.codes/pastel-codes.service

17 lines
326 B
INI
Raw Normal View History

2020-06-21 18:19:29 +01:00
[Unit]
2020-06-21 18:44:23 +01:00
Description="pastel.codes web service"
2020-06-21 18:19:29 +01:00
Documentation=https://pastel.codes.com
After=network.target
[Service]
2020-06-21 18:42:48 +01:00
Environment=PORT=7000
2020-06-21 18:19:29 +01:00
Environment=NODE_ENV=production
StandardOutput=syslog
SyslogIdentifier=pastel-codes
User=web
ExecStart=/home/web/pastel.codes/bin/www
Restart=always
[Install]
WantedBy=multi-user.target