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