From 48791a98be997ed22e8c45a89d8d728a2151c074 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Mar 2014 16:48:39 +0100 Subject: 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. --- units/systemd-networkd.service.in | 1 - 1 file changed, 1 deletion(-) (limited to 'units/systemd-networkd.service.in') 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 -- cgit v1.2.3-54-g00ecf