Files
server-stack/webhook.service
JamBox 93cd052123 fix2
2026-02-15 21:32:02 -08:00

14 lines
269 B
Desktop File

[Unit]
Description=Webhook auto-deploy daemon
After=network.target
[Service]
Type=simple
EnvironmentFile=%h/.webhook-env
ExecStart=/usr/bin/webhook -hooks %h/server-stack/hooks.json -template -verbose
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target