summaryrefslogtreecommitdiff
path: root/units/systemd-networkd.service.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-24 16:48:39 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-24 16:48:39 +0100
commit48791a98be997ed22e8c45a89d8d728a2151c074 (patch)
tree878479d15383777f3ea2d18014ac7c79ec8af646 /units/systemd-networkd.service.in
parent777920bc039f3b1af08eae7e59a598b2bb7e5aaa (diff)
units: networkd shouldn't have PrivateTmp= set, since it runs in early-boot
/tmp is only available in later boot, and we shouldn't create private subdirs in it hence, while we are still in early boot.
Diffstat (limited to 'units/systemd-networkd.service.in')
-rw-r--r--units/systemd-networkd.service.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in
index 793381f894..ca40691f5e 100644
--- a/units/systemd-networkd.service.in
+++ b/units/systemd-networkd.service.in
@@ -20,7 +20,6 @@ Restart=always
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-networkd
WatchdogSec=1min
-PrivateTmp=yes
[Install]
WantedBy=multi-user.target