guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: services: fail2ban: Remove unnecessary Shepherd 'modules' field.


From: guix-commits
Subject: 02/03: services: fail2ban: Remove unnecessary Shepherd 'modules' field.
Date: Tue, 6 Dec 2022 11:50:53 -0500 (EST)

civodul pushed a commit to branch version-1.4.0
in repository guix.

commit a508b5c7785bcd040c5a9e890be71ccd97f198fb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 6 17:07:46 2022 +0100

    services: fail2ban: Remove unnecessary Shepherd 'modules' field.
    
    * gnu/services/security.scm (fail2ban-shepherd-service): Remove
    unnecessary 'modules' field.
---
 gnu/services/security.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/services/security.scm b/gnu/services/security.scm
index 2d048ab47b..2010f9143a 100644
--- a/gnu/services/security.scm
+++ b/gnu/services/security.scm
@@ -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 (_)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]