diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 20:10:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:13:26 +0100 |
commit | f5319832c4cbec4c9569adf1a4512cc620ddc58a (patch) | |
tree | cfe597639bef736dddafffba4f5c838baf9efec5 | |
parent | unit: introduce ConditionDirectoryNotEmpty= (diff) | |
download | systemd-f5319832c4cbec4c9569adf1a4512cc620ddc58a.tar.gz systemd-f5319832c4cbec4c9569adf1a4512cc620ddc58a.tar.bz2 systemd-f5319832c4cbec4c9569adf1a4512cc620ddc58a.zip |
units: use ConditionDirectoryNotEmpty= where applicable
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | units/systemd-modules-load.service.in | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 |