From: Lennart Poettering Date: Mon, 24 Mar 2014 15:48:39 +0000 (+0100) Subject: units: networkd shouldn't have PrivateTmp= set, since it runs in early-boot X-Git-Tag: v212~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=48791a98be997ed22e8c45a89d8d728a2151c074;ds=sidebyside 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. --- diff --git a/units/systemd-networkd.service.in b/units/systemd-networkd.service.in index 793381f89..ca40691f5 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