mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
services: fail2ban: Remove unnecessary Shepherd 'modules' field.
* gnu/services/security.scm (fail2ban-shepherd-service): Remove unnecessary 'modules' field.
This commit is contained in:
parent
e45c83c397
commit
a508b5c778
1 changed files with 0 additions and 2 deletions
|
@ -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 (_)
|
||||
|
|
Loading…
Reference in a new issue