diff options
author | Bill Nottingham <notting@redhat.com> | 2010-11-16 22:18:58 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-11-16 22:18:58 -0500 |
commit | 48da8e510bca624516172aa144b48a850f0e4ac9 (patch) | |
tree | adb221a64403cd237267a0cb3270285e66c74c8b /systemd/system/fedora-autoswap.service | |
parent | 3d0da9219136e0d2a9f9b67ceed0b2985bafc44b (diff) | |
download | initscripts-48da8e510bca624516172aa144b48a850f0e4ac9.tar initscripts-48da8e510bca624516172aa144b48a850f0e4ac9.tar.gz initscripts-48da8e510bca624516172aa144b48a850f0e4ac9.tar.bz2 initscripts-48da8e510bca624516172aa144b48a850f0e4ac9.tar.xz initscripts-48da8e510bca624516172aa144b48a850f0e4ac9.zip |
Don't use our crypto init ; systemd handles this.
Diffstat (limited to 'systemd/system/fedora-autoswap.service')
-rw-r--r-- | systemd/system/fedora-autoswap.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/system/fedora-autoswap.service b/systemd/system/fedora-autoswap.service index 8cd881d9..d7f667da 100644 --- a/systemd/system/fedora-autoswap.service +++ b/systemd/system/fedora-autoswap.service @@ -3,8 +3,8 @@ Description=Enable all detected swap partitions DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target emergency.service emergency.target -After=local-fs.target fedora-init-crypto-3.service -Requires=local-fs.target fedora-init-crypto-3.service +After=local-fs.target +Requires=local-fs.target [Service] ExecStart=/lib/systemd/fedora-autoswap |