pastel.codes/pastel-codes.service

17 lines
324 B
INI
Raw Normal View History

2020-06-21 18:19:29 +01:00
[Unit]
Description=pastel.codes web service
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