aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-28 12:57:42 -0400
committerBill Nottingham <notting@redhat.com>2010-10-28 12:57:42 -0400
commit2f51ac69b5a56444344af3248e80dff2a51d5661 (patch)
tree6eb624683613347af48dcfe7cd7bc85babf0c6ea /Makefile
parent4ba8d66cd61d412a709ee65c72a1398a5d861c2a (diff)
downloadinitscripts-2f51ac69b5a56444344af3248e80dff2a51d5661.tar
initscripts-2f51ac69b5a56444344af3248e80dff2a51d5661.tar.gz
initscripts-2f51ac69b5a56444344af3248e80dff2a51d5661.tar.bz2
initscripts-2f51ac69b5a56444344af3248e80dff2a51d5661.tar.xz
initscripts-2f51ac69b5a56444344af3248e80dff2a51d5661.zip
Use systemd versions of these services.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f7409c77..4ae07556 100644
--- a/Makefile
+++ b/Makefile
@@ -118,10 +118,7 @@ install:
mkdir -p -m 755 $(ROOT)/lib/systemd/system/multi-user.target.wants
mkdir -p -m 755 $(ROOT)/lib/systemd/system/graphical.target.wants
- ln -s prefdm.service $(ROOT)/lib/systemd/system/display-manager.service
ln -s reboot.target $(ROOT)/lib/systemd/system/ctrl-alt-del.target
- ln -s ../rc-local.service $(ROOT)/lib/systemd/system/multi-user.target.wants
- ln -s ../display-manager.service $(ROOT)/lib/systemd/system/graphical.target.wants
mkdir -p -m 755 $(ROOT)/lib/systemd/system/local-fs.target.wants
mkdir -p -m 755 $(ROOT)/lib/systemd/system/basic.target.wants
mkdir -p -m 755 $(ROOT)/lib/systemd/system/sysinit.target.wants