Fix config path

This commit is contained in:
yo 2024-09-21 11:29:04 +02:00
parent a78a62b180
commit c97430ba68

View File

@ -16,7 +16,7 @@ rcvar=webhook_enable
load_rc_config $name
: ${webhook_conf:=/usr/local/etc/webhook.yaml}
: ${webhook_conf:=/usr/local/etc/webhook/webhook.yaml}
: ${webhook_enable:=NO}
: ${webhook_facility:=daemon}
: ${webhook_priority:=debug}