0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #260128 from adamcstephens/lxd/no-restart-agent

nixos/lxd-agent: prevent restarting on change
This commit is contained in:
Adam C. Stephens 2023-12-19 08:41:21 -05:00 committed by GitHub
commit 6b43e4b0bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ in {
preStart = preStartScript;
# avoid killing nixos-rebuild switch when executed through lxc exec
restartIfChanged = false;
stopIfChanged = false;
unitConfig = {