diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-15 23:20:15 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-15 23:20:15 -0400 |
commit | 588fadded55c6d808b5a2b076da87d32a7b885e6 (patch) | |
tree | 85ca64e72adadd015b49160c528299981cdb22bc /Makefile | |
parent | 2d238bd89255740f308f51a50b4cfae2c713293f (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |