nixos/diod: fix permissions

This commit is contained in:
rnhmjoj 2019-02-17 14:08:07 +01:00
parent d919ccde6e
commit 6871e43937
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -153,7 +153,6 @@ in
after = [ "network.target" ];
serviceConfig = {
ExecStart = "${pkgs.diod}/sbin/diod -f -c ${diodConfig}";
CapabilityBoundingSet = "cap_net_bind_service+=ep";
};
};
};