chiark / gitweb /
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 793381f894b541361e994766e7bc964e37e3c60c..ca40691f5e946a2a23a4e1a7ee9b8e38507cdeaf 100644 (file)
@@ -20,7 +20,6 @@ Restart=always
 RestartSec=0
 ExecStart=@rootlibexecdir@/systemd-networkd
 WatchdogSec=1min
-PrivateTmp=yes
 
 [Install]
 WantedBy=multi-user.target