From e4b7393fca068ba538ef5402541900a4d38b1c9b Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 2 Aug 2021 16:31:36 -0500 Subject: [PATCH] Reinstall also activates the program in systemd --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28401f4..63f99cd 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ remove: deactivate rm -f /etc/systemd/system/removeadhosts* rm -fr /usr/local/share/removeadhosts/ -reinstall: remove install +reinstall: remove activate