Stop copying the glitchtip directory inside itself

Over and over and over again
This commit is contained in:
Eli Ribble 2025-10-01 15:16:03 +00:00
parent 443af99364
commit a30f3321b1

View file

@ -263,7 +263,6 @@ in
serviceConfig = {
Type = "simple";
#${lib.getExe python.pkgs.gunicorn} \
ExecStartPre="${lib.getExe' pkgs.coreutils "cp"} -pur ${pkg}/lib/glitchtip ${cfg.workingDirectory}";
ExecStart="/run/current-system/sw/bin/chown -R glitchtip: ${cfg.workingDirectory}";
Restart="on-abort";
};