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
1 changed files with 0 additions and 2 deletions

View File

@ -368,8 +368,6 @@ provided as a list of file-like objects."))
(provision '(fail2ban))
(documentation "Run the fail2ban daemon.")
(requirement '(user-processes))
(modules `((ice-9 match)
,@%default-modules))
(start #~(lambda ()
#$(fail2ban-action "start")))
(stop #~(lambda (_)