chore: update gakuen-cosplay input and gakuen-cosplay-api service
This commit is contained in:
parent
3f4728de40
commit
f7c1959973
|
@ -75,11 +75,11 @@
|
||||||
"utils": "utils"
|
"utils": "utils"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742011683,
|
"lastModified": 1742093995,
|
||||||
"narHash": "sha256-iB6P5qZBkTiIv1jw9xpxeQjIuce6f9bqP1G0bCULQCc=",
|
"narHash": "sha256-9xjCwI87xXYO7FG+Jc9abERmZ3RyECDx8caBIOK/PTw=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "978700d10e09aac45145ab640e4b887713f1c68d",
|
"rev": "6ad26e18a52e0141824014936a5574dfd91ff6f4",
|
||||||
"revCount": 19,
|
"revCount": 32,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///mnt/internal/shared/work/gakuen/projects/cosplayer_submission"
|
"url": "file:///mnt/internal/shared/work/gakuen/projects/cosplayer_submission"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
Unit.Description = "Gakuen Cosplay API";
|
Unit.Description = "Gakuen Cosplay API";
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/cosplayer_submission";
|
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/animegakuen-cosplay-backend";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
WorkingDirectory = "/srv/gakuen_api";
|
WorkingDirectory = "/srv/gakuen_api";
|
||||||
|
|
Loading…
Reference in a new issue