data: Fix udev event delivery for systemd service

PrivateNetwork=true is a bad idea, as it means that udev events cannot
be delivered. Remove it, we already restrict the address families
sufficiently anyway.

Closes: #119
This commit is contained in:
Benjamin Berg
2021-11-02 15:56:44 +01:00
committed by Benjamin Berg
parent 38c21e3952
commit 0595f416f9

View File

@ -21,7 +21,6 @@ PrivateTmp=true
SystemCallFilter=@system-service SystemCallFilter=@system-service
# Network # Network
PrivateNetwork=true
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
# Execute Mappings # Execute Mappings