diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:43:30 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:43:30 -0400 |
commit | 57abe2bcd4b228416f54bda6aa7912a711a21edb (patch) | |
tree | dbfcabeb2b090432b830bb68affd3aca9b0b6887 /Makefile | |
parent | 7577c483e62806140a278d2eb9147ce835893f7c (diff) | |
download | initscripts-57abe2bcd4b228416f54bda6aa7912a711a21edb.tar initscripts-57abe2bcd4b228416f54bda6aa7912a711a21edb.tar.gz initscripts-57abe2bcd4b228416f54bda6aa7912a711a21edb.tar.bz2 initscripts-57abe2bcd4b228416f54bda6aa7912a711a21edb.tar.xz initscripts-57abe2bcd4b228416f54bda6aa7912a711a21edb.zip |
Add autorelabel service.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ install: 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-autoswap.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-autorelabel.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-sysinit-hack.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-readonly.service $(ROOT)/lib/systemd/system/local-fs.target.wants ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants |