chore: update gakuen-cosplay input

Also update the path where we store the data used in the api
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-15 01:26:56 -03:00
parent e72b1b1230
commit 7f47e25e05
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 9 additions and 8 deletions

View file

@ -10,7 +10,7 @@
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/cosplayer_submission";
Restart = "on-failure";
Type = "simple";
WorkingDirectory = "/mnt/internal/shared/work/gakuen/projects/cosplayer_submission/packages/backend";
WorkingDirectory = "/srv/gakuen_api";
};
};
}