From f5319832c4cbec4c9569adf1a4512cc620ddc58a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Nov 2010 20:10:04 +0100 Subject: [PATCH 1/1] units: use ConditionDirectoryNotEmpty= where applicable --- TODO | 2 -- units/systemd-modules-load.service.in | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 287de70ac..573068635 100644 --- a/TODO +++ b/TODO @@ -79,8 +79,6 @@ * declare /etc/os-release cross-distro standard -* add ConditionDirectoryNotEmpty= - Pre v12: * fix hotplug transactions diff --git a/units/systemd-modules-load.service.in b/units/systemd-modules-load.service.in index 59482953f..612338b61 100644 --- a/units/systemd-modules-load.service.in +++ b/units/systemd-modules-load.service.in @@ -11,6 +11,7 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=basic.target shutdown.target +ConditionDirectoryNotEmpty=/etc/modules-load.d [Service] Type=oneshot -- 2.30.2