From: Thibault Godouet Date: Fri, 16 Oct 2020 20:58:40 +0000 (+0100) Subject: systemd: run systemctl daemon-reload to load unit files X-Git-Tag: ver3_3_1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b103c27a0df895c5a60ebbf96028231e0b7f7f7;p=thirdparty%2Ffcron.git systemd: run systemctl daemon-reload to load unit files --- diff --git a/Makefile.in b/Makefile.in index c75c475..8935933 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,6 +146,7 @@ ifneq ($(SYSTEMD_DIR), no) if test ! -d $(DESTDIR)$(SYSTEMD_DIR); then $(INSTALL) -m 755 -d $(DESTDIR)$(SYSTEMD_DIR) ; fi $(INSTALL) -m 644 script/fcron.init.systemd $(DESTDIR)$(SYSTEMD_DIR)/fcron.service $(INSTALL) -m 644 script/fcron.init.systemd.reboot $(DESTDIR)$(SYSTEMD_DIR)/fcronreboot.service + systemctl daemon-reload endif install-staged: all