Init: bootstrap package
All checks were successful
Build package / build-package (push) Successful in 6s

This commit is contained in:
2025-07-28 11:20:11 +08:00
commit ff92570937
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
post_install() {
systemctl restart fail2ban.service || true
}
post_upgrade() {
systemctl restart fail2ban.service || true
}