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 = {