diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:21:05 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:33:00 -0400 |
commit | 7577c483e62806140a278d2eb9147ce835893f7c (patch) | |
tree | 306a9ee579c677b7ab91c6a2e82a13ea9cc85968 /systemd/system/fedora-autoswap.service | |
parent | b6788fc6a4089bbf538664bb814d81475c4ffa96 (diff) | |
download | initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.gz initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.bz2 initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.xz initscripts-7577c483e62806140a278d2eb9147ce835893f7c.zip |
Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly.
systemd can do mount & fsck & quota, etc. now.
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 c5087967..8cd881d9 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=fedora-mountall.service fedora-init-crypto-3.service -Requires=fedora-mountall.service fedora-init-crypto-3.service +After=local-fs.target fedora-init-crypto-3.service +Requires=local-fs.target fedora-init-crypto-3.service [Service] ExecStart=/lib/systemd/fedora-autoswap |