From 93cd0521239c7891dc374222d4c1230bdf316b1c Mon Sep 17 00:00:00 2001 From: JamBox <8935453+JamesVanBoxtel@users.noreply.github.com> Date: Sun, 15 Feb 2026 21:32:02 -0800 Subject: [PATCH] fix2 --- webhook.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.service b/webhook.service index 3e3fd3a..fd861e8 100644 --- a/webhook.service +++ b/webhook.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=simple EnvironmentFile=%h/.webhook-env -ExecStart=/usr/bin/webhook -hooks %h/server-stack/hooks.json -verbose +ExecStart=/usr/bin/webhook -hooks %h/server-stack/hooks.json -template -verbose Restart=on-failure RestartSec=5