it dont work lmfao

This commit is contained in:
Julian 2023-04-29 13:12:03 -04:00
parent 3b11a40928
commit 509b4a8f42
Signed by: NotNite
GPG Key ID: BD91A5402CCEB08A
1 changed files with 5 additions and 1 deletions

View File

@ -148,6 +148,11 @@
export PORT=${toString cfg.port}
export NODE_ENV=production
export DATABASE_URL="file:${cfg.databaseFile}"
set -a
source ${cfg.envFile}
set +a
${pkg}/bin/gluestick
'';
@ -156,7 +161,6 @@
Group = cfg.group;
Restart = "always";
WorkingDirectory = "/var/lib/gluestick";
EnvironmentFile = cfg.envFile;
};
};