8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
post_install() {
|
|
systemctl restart fail2ban.service || true
|
|
}
|
|
|
|
post_upgrade() {
|
|
systemctl restart fail2ban.service || true
|
|
}
|