Better specify the librechat service to restart on changes
Without the '.service' it can't find it. Odd.
This commit is contained in:
parent
80380c4ee3
commit
8e293abad4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ with lib;
|
|||
group = "librechat";
|
||||
mode = "0440";
|
||||
owner = "librechat";
|
||||
restartUnits = ["librechat"];
|
||||
restartUnits = ["librechat.service"];
|
||||
sopsFile = ../../secrets/librechat.env;
|
||||
};
|
||||
systemd.services.librechat = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue