chiark / gitweb /
core: add new ReadOnlySystem= and ProtectedHome= settings for service units
[elogind.git] / units / systemd-localed.service.in
index f973fa4585eae050378e7480306dc8e7e3ff9755..e1792d6546eec8ee27f9ca988a72f73450b59e1a 100644 (file)
@@ -7,11 +7,16 @@
 
 [Unit]
 Description=Locale Service
+Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
 Documentation=http://www.freedesktop.org/wiki/Software/systemd/localed
-Documentation=man:locale.conf(5)
-Documentation=man:vconsole.conf(5)
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-localed
 BusName=org.freedesktop.locale1
 CapabilityBoundingSet=
+WatchdogSec=1min
+PrivateTmp=yes
+PrivateDevices=yes
+PrivateNetwork=yes
+ReadOnlySystem=yes
+ProtectedHome=yes