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.
This commit is contained in:
Lennart Poettering 2014-03-24 16:48:39 +01:00
parent 777920bc03
commit 48791a98be
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ Restart=always
RestartSec=0
ExecStart=@rootlibexecdir@/systemd-networkd
WatchdogSec=1min
PrivateTmp=yes
[Install]
WantedBy=multi-user.target