system: two minor tweaks

This commit is contained in:
Franco Fichtner 2025-03-25 14:30:54 +01:00
parent 32c9ad3a4a
commit 8ca6916fd0
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ message:kill pf states
[kill.gateway_states]
command:/sbin/pfctl
parameters: -k gateway -k %s 2>&1 && exit 0
parameters: -k gateway -k %s 2>&1; exit 0
type:script_output
message:kill pf gateway states (%s)

View File

@ -137,7 +137,7 @@ message:reconfiguring routing
command:/usr/local/bin/flock -n -E 0 -o /tmp/filter_reload_gateway.lock /usr/local/etc/rc.routing_configure alarm
parameters: %s
type:script
message:reconfiguring routing due to gateway alarm (%s)
message:reconfiguring routing due to gateway alarm (%s)
description:Manual gateway switch
[route.del]