This commit is contained in:
Vic 2024-08-16 10:30:34 +02:00
parent 55254f61da
commit a1ff792e6d

View file

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