pastel.codes/pastel-codes.service

22 lines
476 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
2020-06-27 17:46:21 +01:00
Environment=GHOST_KEY=key
2020-06-29 10:09:10 +01:00
Environment=HCAPTCHA_KEY=key
Environment=SENDGRID_API_KEY=key
Environment=TO_MAIL_USER=user
Environment=FROM_MAIL_USER=user
2020-06-21 18:19:29 +01:00
StandardOutput=syslog
SyslogIdentifier=pastel-codes
User=web
ExecStart=/home/web/pastel.codes/bin/www
Restart=always
[Install]
WantedBy=multi-user.target