From adf70c5e4e6673353b8d702baee4e1d21eb05dfe Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 30 Apr 2011 23:08:15 +0200 Subject: binfmt, modules-load, sysctl, tmpfiles: add missing ConditionDirectoryNotEmpty= --- units/systemd-tmpfiles-clean.service.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'units/systemd-tmpfiles-clean.service.in') diff --git a/units/systemd-tmpfiles-clean.service.in b/units/systemd-tmpfiles-clean.service.in index 002daf661b..3c8e72ebf5 100644 --- a/units/systemd-tmpfiles-clean.service.in +++ b/units/systemd-tmpfiles-clean.service.in @@ -11,7 +11,10 @@ DefaultDependencies=no Wants=local-fs.target After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target Before=sysinit.target shutdown.target -ConditionPathExists=/etc/tmpfiles.d +ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d +ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d +ConditionDirectoryNotEmpty=|/etc/tmpfiles.d +ConditionDirectoryNotEmpty=|/run/tmpfiles.d [Service] Type=oneshot -- cgit v1.2.3-54-g00ecf