This commit is contained in:
JamBox
2026-02-15 21:03:42 -08:00
parent 5e5eb20618
commit 6488eac108
6 changed files with 169 additions and 3 deletions

14
webhook.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Webhook auto-deploy daemon
After=network.target
[Service]
Type=simple
User=jamesvanboxtel
EnvironmentFile=/home/jamesvanboxtel/.webhook-env
ExecStart=/usr/bin/webhook -hooks /home/jamesvanboxtel/server-stack/hooks.json -verbose
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target