mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
incus: fix instance shutdown when softDaemonRestart enabled
This commit is contained in:
parent
c4407ed139
commit
9b660dff6d
2 changed files with 17 additions and 1 deletions
|
@ -401,6 +401,7 @@ in
|
|||
"incus.socket"
|
||||
];
|
||||
requires = [ "incus.socket" ];
|
||||
wantedBy = config.systemd.services.incus.wantedBy;
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${incus-startup} start";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue