From 4c9792673fe09eca34ca5f564efaf71e8fe6de4e Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 12:26:42 +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 1002c336..e7a12e14 100644 --- a/services/fail2ban.nix +++ b/services/fail2ban.nix @@ -16,6 +16,6 @@ # The SystemD Unit file configuration systemd.services.fail2ban = { - postStart = "chown root:telegraf /var/run/fail2ban/fail2ban.socket"; + postStart = "chmod o+r /var/run/fail2ban/fail2ban.socket"; }; } \ No newline at end of file