nixos/incus: avoid restart on switch for incus-startup (#444760)
This commit is contained in:
@@ -449,6 +449,9 @@ in
|
||||
requires = [ "incus.socket" ];
|
||||
wantedBy = config.systemd.services.incus.wantedBy;
|
||||
|
||||
# restarting this service will affect instances
|
||||
restartIfChanged = false;
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${incus-startup} start";
|
||||
ExecStop = "${incus-startup} stop";
|
||||
|
||||
Reference in New Issue
Block a user