Fixed service issue

This commit is contained in:
Esther 2020-06-21 18:42:48 +01:00
parent 5006fae8fe
commit 17ad4a2a29
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA

View File

@ -4,11 +4,11 @@ Documentation=https://pastel.codes.com
After=network.target After=network.target
[Service] [Service]
Environment=PORT=7000
Environment=NODE_ENV=production Environment=NODE_ENV=production
StandardOutput=syslog StandardOutput=syslog
SyslogIdentifier=pastel-codes SyslogIdentifier=pastel-codes
User=web User=web
Group=web
ExecStart=/home/web/pastel.codes/bin/www ExecStart=/home/web/pastel.codes/bin/www
Restart=always Restart=always