diff options
author | Bill Nottingham <notting@redhat.com> | 2010-11-30 13:46:58 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-11-30 13:46:58 -0500 |
commit | c56134d2db8b0aa9fb7c96b3142d108d57820b96 (patch) | |
tree | 834bfbf330954db59be690cc07e44c416629b8e9 /systemd/system | |
parent | 6f0f5c2c76204e6f534ca3163319a13a04c20fb7 (diff) | |
download | initscripts-c56134d2db8b0aa9fb7c96b3142d108d57820b96.tar initscripts-c56134d2db8b0aa9fb7c96b3142d108d57820b96.tar.gz initscripts-c56134d2db8b0aa9fb7c96b3142d108d57820b96.tar.bz2 initscripts-c56134d2db8b0aa9fb7c96b3142d108d57820b96.tar.xz initscripts-c56134d2db8b0aa9fb7c96b3142d108d57820b96.zip |
Use proper keyword (#657974)
Diffstat (limited to 'systemd/system')
-rw-r--r-- | systemd/system/fedora-autorelabel.service | 2 | ||||
-rw-r--r-- | systemd/system/fedora-loadmodules.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/systemd/system/fedora-autorelabel.service b/systemd/system/fedora-autorelabel.service index 95877315..10b37f69 100644 --- a/systemd/system/fedora-autorelabel.service +++ b/systemd/system/fedora-autorelabel.service @@ -6,7 +6,7 @@ Conflicts=shutdown.target After=local-fs.target Before=sysinit.target shutdown.target ConditionKernelCommandLine=autorelabel -ConditionFileExists=/.autorelabel +ConditionPathExists=/.autorelabel [Service] ExecStart=/lib/systemd/fedora-autorelabel diff --git a/systemd/system/fedora-loadmodules.service b/systemd/system/fedora-loadmodules.service index 8a3aaf4e..9b801258 100644 --- a/systemd/system/fedora-loadmodules.service +++ b/systemd/system/fedora-loadmodules.service @@ -4,7 +4,7 @@ DefaultDependencies=no Conflicts=shutdown.target After=systemd-readahead-collect.service systemd-readahead-replay.service Before=sysinit.target shutdown.target -ConditionFileExists=/etc/rc.modules +ConditionPathExists=/etc/rc.modules ConditionDirectoryNotEmpty=/etc/sysconfig/modules/ [Service] |