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 \