From 17ad4a2a291ee862e69cb602a6bd6880a107bfae Mon Sep 17 00:00:00 2001 From: Esther Date: Sun, 21 Jun 2020 18:42:48 +0100 Subject: [PATCH] Fixed service issue --- pastel-codes.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastel-codes.service b/pastel-codes.service index cb7d26f..f0be944 100644 --- a/pastel-codes.service +++ b/pastel-codes.service @@ -4,11 +4,11 @@ Documentation=https://pastel.codes.com After=network.target [Service] +Environment=PORT=7000 Environment=NODE_ENV=production StandardOutput=syslog SyslogIdentifier=pastel-codes User=web -Group=web ExecStart=/home/web/pastel.codes/bin/www Restart=always