From 89032e9049921024fa65c292adb48bc8eba1e5a0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 11 Mar 2011 11:38:00 -0500 Subject: Fix conditions so that they operate as OR, not AND. (#684125) --- systemd/system/fedora-loadmodules.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd/system/fedora-loadmodules.service') diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/fedora-loadmodules.service index 9b801258..cd2b4910 100644 --- a/systemd/system/fedora-loadmodules.service +++ b/systemd/system/fedora-loadmodules.service @@ -4,8 +4,8 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=sysinit.target shutdown.target -ConditionPathExists=/etc/rc.modules -ConditionDirectoryNotEmpty=/etc/sysconfig/modules/ +ConditionPathExists=|/etc/rc.modules +ConditionDirectoryNotEmpty=|/etc/sysconfig/modules/ [Service] ExecStart=/lib/systemd/fedora-loadmodules -- cgit v1.2.1