Fix doc error

'd' is an invalid duration unit
https://pkg.go.dev/time#ParseDuration
This commit is contained in:
ppom 2023-05-05 15:12:24 +02:00
parent addff0f3c1
commit 3283077102
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ streams:
cmd: *iptablesban
unban:
cmd: *iptablesunban
after: 2d
after: 48h
```
`/etc/systemd/system/reaction.service`

View File

@ -41,4 +41,4 @@ streams:
cmd: *iptablesunban
# if after is defined, the action will not take place immediately, but after a specified duration.
# same format as retry-period
after: 2d
after: 48h