From ec030052c3aa177d9e78437718a41ab55b3b6a8a Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 29 Jul 2021 08:48:20 +0100 Subject: [PATCH] Fix systemd service file... again --- gohookr.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gohookr.service b/gohookr.service index 6c2259d..bf831a8 100644 --- a/gohookr.service +++ b/gohookr.service @@ -4,3 +4,6 @@ After=network.target [Service] ExecStart=/usr/local/bin/gohookr + +[Install] +WantedBy=multi-user.target