From c09cebe8b3f35db2c2d1ebf4929581aa317535ae Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 24 Oct 2021 19:38:14 -0400 Subject: "make install" will reload sshd service --- EndoForge/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/EndoForge/Makefile b/EndoForge/Makefile index 938c849..70c6362 100644 --- a/EndoForge/Makefile +++ b/EndoForge/Makefile @@ -69,6 +69,7 @@ install-root: install-user-config $(ROOT_INSTALL) -m0644 -t "$(SSHD_CONFIG_DIR)" $(SRC)/anonymous-access.conf || true $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" $(SRC)/AuthorizedKeysCommand || true [ -e /etc/ssh/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand + $(SUDO) systemctl reload sshd README.html: README.md pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ -- cgit v1.2.3