services: fail2ban: Remove unnecessary Shepherd 'modules' field.

* gnu/services/security.scm (fail2ban-shepherd-service): Remove
unnecessary 'modules' field.
This commit is contained in:
Ludovic Courtès 2022-12-06 17:07:46 +01:00
parent e45c83c397
commit a508b5c778
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -368,8 +368,6 @@ (define (fail2ban-shepherd-service config)
(provision '(fail2ban))
(documentation "Run the fail2ban daemon.")
(requirement '(user-processes))
(modules `((ice-9 match)
,@%default-modules))
(start #~(lambda ()
#$(fail2ban-action "start")))
(stop #~(lambda (_)