syncoid: disable PrivateUsers in systemd unit

* leaving PrivateUsers=true appears to break when using zfs-2.2.0
This commit is contained in:
Ivan Petkov 2023-11-04 16:37:57 -07:00 committed by Jörg Thalheim
parent 680d0051de
commit 49f444897b

View File

@ -369,7 +369,7 @@ in
PrivateDevices = true;
PrivateMounts = true;
PrivateNetwork = mkDefault false;
PrivateUsers = true;
PrivateUsers = false; # Enabling this breaks on zfs-2.2.0
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;