From 8067fc048d7353ba0abb7593c23ae1f441a693ca Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 13 Jun 2022 00:12:25 -0500 Subject: [PATCH] Added Systemctl daemon-reload to the install steps --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0d1ef33..0cf8151 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ install: build if [ ! -h /usr/lib/systemd/system/rhosts.timer ]; then \ ln -s $(DATADIR)/rhosts/systemd/rhosts.timer /usr/lib/systemd/system/rhosts.timer \ ;fi + systemctl daemon-reload .PHONY: uninstall uninstall: if [ -f $(BINDIR)/rhosts ]; then \