nixos/lxd-agent: prevent restarting on change
This commit is contained in:
parent
514b109a31
commit
eb221a898f
@ -61,6 +61,7 @@ in {
|
||||
preStart = preStartScript;
|
||||
|
||||
# avoid killing nixos-rebuild switch when executed through lxc exec
|
||||
restartIfChanged = false;
|
||||
stopIfChanged = false;
|
||||
|
||||
unitConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user