aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-15 23:20:15 -0400
committerBill Nottingham <notting@redhat.com>2010-10-15 23:20:15 -0400
commit588fadded55c6d808b5a2b076da87d32a7b885e6 (patch)
tree85ca64e72adadd015b49160c528299981cdb22bc /Makefile
parent2d238bd89255740f308f51a50b4cfae2c713293f (diff)
downloadinitscripts-588fadded55c6d808b5a2b076da87d32a7b885e6.tar
initscripts-588fadded55c6d808b5a2b076da87d32a7b885e6.tar.gz
initscripts-588fadded55c6d808b5a2b076da87d32a7b885e6.tar.bz2
initscripts-588fadded55c6d808b5a2b076da87d32a7b885e6.tar.xz
initscripts-588fadded55c6d808b5a2b076da87d32a7b885e6.zip
Use systemd's support for normal swapon; only handle autoswap here.initscripts-9.21.systemd-1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ead51da..cef2f9a7 100644
--- a/Makefile
+++ b/Makefile
@@ -127,7 +127,7 @@ install:
mkdir -p -m 755 $(ROOT)/lib/systemd/system/sysinit.target.wants
ln -s ../fedora-configure.service $(ROOT)/lib/systemd/system/basic.target.wants
ln -s ../fedora-loadmodules.service $(ROOT)/lib/systemd/system/basic.target.wants
- ln -s ../fedora-swapon.service $(ROOT)/lib/systemd/system/basic.target.wants
+ ln -s ../fedora-autoswap.service $(ROOT)/lib/systemd/system/basic.target.wants
ln -s ../fedora-sysinit-hack.service $(ROOT)/lib/systemd/system/basic.target.wants
ln -s ../fedora-cleanup.service $(ROOT)/lib/systemd/system/local-fs.target.wants
ln -s ../fedora-mountall.service $(ROOT)/lib/systemd/system/local-fs.target.wants