diff options
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index bf9e43b..c45f15b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -44,7 +44,8 @@ install-data-hook: $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants \ $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants \ $(DESTDIR)$(systemdsystemunitdir)/poweroff.target.wants \ - $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants + $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants \ + $(DESTDIR)$(systemdsystemunitdir)/kexec.target.wants ( cd $(DESTDIR)$(systemdsystemunitdir)/basic.target.wants && \ $(LN_S) ../console-kit-log-system-start.service ) ( cd $(DESTDIR)$(systemdsystemunitdir)/halt.target.wants && \ @@ -53,6 +54,8 @@ install-data-hook: $(LN_S) ../console-kit-log-system-stop.service ) ( cd $(DESTDIR)$(systemdsystemunitdir)/reboot.target.wants && \ $(LN_S) ../console-kit-log-system-restart.service ) + ( cd $(DESTDIR)$(systemdsystemunitdir)/kexec.target.wants && \ + $(LN_S) ../console-kit-log-system-restart.service ) endif edit = sed \ |