incus: fix instance shutdown when softDaemonRestart enabled

This commit is contained in:
Adam C. Stephens 2025-01-14 19:34:48 -05:00
parent c4407ed139
commit 9b660dff6d
No known key found for this signature in database
2 changed files with 17 additions and 1 deletions

View file

@ -401,6 +401,7 @@ in
"incus.socket"
];
requires = [ "incus.socket" ];
wantedBy = config.systemd.services.incus.wantedBy;
serviceConfig = {
ExecStart = "${incus-startup} start";