Merge pull request #41733 from Baughn/nix-sync
zfs: Fix "zfs-sync" for modern systemd
This commit is contained in:
commit
bf070df972
@ -403,6 +403,9 @@ in
|
|||||||
nameValuePair "zfs-sync-${pool}" {
|
nameValuePair "zfs-sync-${pool}" {
|
||||||
description = "Sync ZFS pool \"${pool}\"";
|
description = "Sync ZFS pool \"${pool}\"";
|
||||||
wantedBy = [ "shutdown.target" ];
|
wantedBy = [ "shutdown.target" ];
|
||||||
|
unitConfig = {
|
||||||
|
DefaultDependencies = false;
|
||||||
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user