summaryrefslogtreecommitdiff
path: root/units/systemd-localed.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-19 16:45:28 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-19 19:09:00 +0100
commitd99a70529637d44cdd8f6ade3b981ea33f09d90d (patch)
tree8a6633cb6e978c21820e0a621a12d29fe169bfee /units/systemd-localed.service.in
parent7973ca1927e1f3bac9438f3529458c9ff868905d (diff)
downloadsystemd-d99a70529637d44cdd8f6ade3b981ea33f09d90d.tar.gz
units: make use of PrivateTmp=yes and PrivateDevices=yes for all our long-running daemons
Diffstat (limited to 'units/systemd-localed.service.in')
-rw-r--r--units/systemd-localed.service.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in
index 1951123a03..6fb05655ca 100644
--- a/units/systemd-localed.service.in
+++ b/units/systemd-localed.service.in
@@ -15,3 +15,5 @@ ExecStart=@rootlibexecdir@/systemd-localed
BusName=org.freedesktop.locale1
CapabilityBoundingSet=
WatchdogSec=1min
+PrivateTmp=yes
+PrivateDevices=yes