diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-19 23:08:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-19 23:25:28 +0100 |
commit | f21a71a907a1b1289faec94559f4a1c111ea1d13 (patch) | |
tree | cc394761abfebfae95915282b0c8e7355170ac2a /units/systemd-localed.service.in | |
parent | 7181dbdb2e3112858d62bdaea4f0ad2ed685ccba (diff) |
core: enable PrivateNetwork= for a number of our long running services where this is useful
Diffstat (limited to 'units/systemd-localed.service.in')
-rw-r--r-- | units/systemd-localed.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index 6fb05655ca..ae1c5e59d1 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -17,3 +17,4 @@ CapabilityBoundingSet= WatchdogSec=1min PrivateTmp=yes PrivateDevices=yes +PrivateNetwork=yes |