This commit is contained in:
iFargle 2023-07-06 12:29:36 +09:00
parent e0aa42847d
commit 0e1adcb8ba

View file

@ -16,7 +16,6 @@
# The SystemD Unit file configuration
systemd.services.fail2ban = {
user = "telegraf";
postStart = "chmod o+r /var/run/fail2ban/fail2ban.socket";
postStart = "sleep 2 && chmod o+r /var/run/fail2ban/fail2ban.socket";
};
}