I'm playing around with CHEF in a CentOS7 VM, and the script failed due to the issue:
systemd[1]: start request repeated too quickly for fail2ban.service
I know this is configurable in systemd, but I'd just like to know, for testing purposes, if there is a way to "reset" systemd so I'm allowed to execute start fail2ban service
without receiving this error forever. Right now I have to restart the OS so I'm able to execute it.
Thanks