fix enviroment

This commit is contained in:
Vic 2024-08-16 10:35:40 +02:00
parent a1825bf0cd
commit bbea040b99

View file

@ -44,11 +44,11 @@
Type = "simple"; Type = "simple";
ExecStart = "pnpm start"; ExecStart = "pnpm start";
WorkingDirectory = "/home/vic/Hackey/Sharkey"; WorkingDirectory = "/home/vic/Hackey/Sharkey";
Enviroment = { Enviroment = [
NODE_ENV = "production"; "NODE_ENV=production"
NODE_OPTIONS = "--max-old-space-size=2048"; "NODE_OPTIONS=--max-old-space-size=2048"
MK_CONFIG_DB_PASS_FILE="/home/vic/.config/pass"; "MK_CONFIG_DB_PASS_FILE=/home/vic/.config/pass"
}; ];
SyslogIdentifier = "hackey"; SyslogIdentifier = "hackey";
Restart = "always"; Restart = "always";
TimeoutSec = 60; TimeoutSec = 60;