units: networkd shouldn't have PrivateTmp= set, since it runs in early-boot
authorLennart Poettering <lennart@poettering.net>
Mon, 24 Mar 2014 15:48:39 +0000 (16:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Mar 2014 15:48:39 +0000 (16:48 +0100)
/tmp is only available in later boot, and we shouldn't create private
subdirs in it hence, while we are still in early boot.

units/systemd-networkd.service.in

index 793381f..ca40691 100644 (file)
@@ -20,7 +20,6 @@ Restart=always
 RestartSec=0
 ExecStart=@rootlibexecdir@/systemd-networkd
 WatchdogSec=1min
-PrivateTmp=yes
 
 [Install]
 WantedBy=multi-user.target