From 0b5e4f4ff8fc78234160e248fba70214e883950c Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 12:27:54 +0900 Subject: [PATCH] test --- services/fail2ban.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fail2ban.nix b/services/fail2ban.nix index e7a12e14..4b519acf 100644 --- a/services/fail2ban.nix +++ b/services/fail2ban.nix @@ -16,6 +16,6 @@ # The SystemD Unit file configuration systemd.services.fail2ban = { - postStart = "chmod o+r /var/run/fail2ban/fail2ban.socket"; + postStart = "chmod o+r /var/run/fail2ban/fail2ban.socket > /tmp/fail2ban-post-start.logt"; }; } \ No newline at end of file