diff options
-rw-r--r-- | udp514-journal.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/udp514-journal.service b/udp514-journal.service index 5ae11f8..0157d16 100644 --- a/udp514-journal.service +++ b/udp514-journal.service @@ -6,6 +6,8 @@ After=network.target [Service] Type=notify ExecStart=/usr/bin/udp514-journal +DynamicUser=on +AmbientCapabilities=CAP_NET_BIND_SERVICE ProtectSystem=full ProtectHome=on PrivateDevices=on |