Fix: forgotten service enabling

This commit is contained in:
UserA 2024-08-13 05:52:12 +03:00
parent ce1b9e5d63
commit 7d05b0d803

View File

@ -7,6 +7,7 @@ cp webhook-linux-amd64/webhook .
sed "s/RUNPATH/$scriptDir/g" webhook.service.template > webhook.service sed "s/RUNPATH/$scriptDir/g" webhook.service.template > webhook.service
cp webhook.service /etc/systemd/system/ cp webhook.service /etc/systemd/system/
systemctl daemon-reload systemctl daemon-reload
systemctl enable webhook
cp webhook /usr/bin cp webhook /usr/bin
cp * /webhook cp * /webhook