From 147b998cde628f5a959f997f0e617b5aa75e1107 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 12:04:04 +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 7e305b05..bd32e170 100644 --- a/services/fail2ban.nix +++ b/services/fail2ban.nix @@ -17,6 +17,6 @@ # The SystemD Unit file configuration systemd.services.fail2ban = { - postStart = "chown root:telegraf /var/run/fail2ban/fail2ban.socket" + postStart = "chown root:telegraf /var/run/fail2ban/fail2ban.socket"; }; } \ No newline at end of file