Better specify the librechat service to restart on changes

Without the '.service' it can't find it. Odd.
This commit is contained in:
Eli Ribble 2025-07-21 20:31:14 +00:00
parent 80380c4ee3
commit 8e293abad4

View file

@ -18,7 +18,7 @@ with lib;
group = "librechat";
mode = "0440";
owner = "librechat";
restartUnits = ["librechat"];
restartUnits = ["librechat.service"];
sopsFile = ../../secrets/librechat.env;
};
systemd.services.librechat = {