From bcebe356a1d6a5c149e11e404cc43a80e69371fe Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Tue, 3 Aug 2021 13:57:22 -0500 Subject: [PATCH] Install reloads daemons reloads systemd daemons on install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e66723b..e83ebc6 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ install: dir cp /usr/local/share/removeadhosts/removeadhosts.service /etc/systemd/system/ cp /usr/local/share/removeadhosts/removeadhosts.timer /etc/systemd/system/ cp /usr/local/share/removeadhosts/removeadhosts.path /etc/systemd/system/ + systemctl daemon-reload activate: install systemctl enable removeadhosts.timer systemctl start removeadhosts.timer