Added Systemctl daemon-reload to the install steps

stable
Justin Reichardt 2022-06-13 00:12:25 -05:00
parent 4995813b6e
commit 8067fc048d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ install: build
if [ ! -h /usr/lib/systemd/system/rhosts.timer ]; then \ if [ ! -h /usr/lib/systemd/system/rhosts.timer ]; then \
ln -s $(DATADIR)/rhosts/systemd/rhosts.timer /usr/lib/systemd/system/rhosts.timer \ ln -s $(DATADIR)/rhosts/systemd/rhosts.timer /usr/lib/systemd/system/rhosts.timer \
;fi ;fi
systemctl daemon-reload
.PHONY: uninstall .PHONY: uninstall
uninstall: uninstall:
if [ -f $(BINDIR)/rhosts ]; then \ if [ -f $(BINDIR)/rhosts ]; then \