nixos/memcached: Remove PrivateUsers

Seems to break systems using the hardened profile.
Ref #62936
cc @Izorkin
This commit is contained in:
Janne Heß 2019-08-25 16:34:06 +02:00
parent e19411ecc0
commit cabab90ad2

View file

@ -103,7 +103,6 @@ in
LockPersonality = true;
RestrictRealtime = true;
PrivateMounts = true;
PrivateUsers = true;
MemoryDenyWriteExecute = true;
};
};