From 7e182c230bdddbedbec982c06013b6d4de5b70fd Mon Sep 17 00:00:00 2001 From: akulij Date: Tue, 13 Aug 2024 05:52:12 +0300 Subject: [PATCH] Fix: forgotten service enabling --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0ff57da..3722235 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ cp webhook-linux-amd64/webhook . sed "s/RUNPATH/$scriptDir/g" webhook.service.template > webhook.service cp webhook.service /etc/systemd/system/ systemctl daemon-reload +systemctl enable webhook cp webhook /usr/bin cp * /webhook