From 1b103c27a0df895c5a60ebbf96028231e0b7f7f7 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Fri, 16 Oct 2020 21:58:40 +0100 Subject: [PATCH] systemd: run systemctl daemon-reload to load unit files --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3