summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-04-21 14:12:05 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-04-21 14:12:05 +0200
commit5244a5c2ecd947d836ab9bb7f17d8b6c4143cac1 (patch)
tree4a9e40979398588b83984f73ab794c68a303d1c1
parent3d962e6684cc7273296dda1333a47bf483365261 (diff)
sshd: restart service after installingv0.6.1
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a9c3eaf..c569a73 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ sshd:
echo " INSTALL $(DESTDIR)$(sysconfdir)/$$f"; \
install -DT "$$f" "$(DESTDIR)$(sysconfdir)/$$f"; \
done;
+ service sshd restart;
.PHONY: sudo
.SILENT: sudo