This commit is contained in:
iFargle 2023-07-06 12:28:51 +09:00
parent 0b5e4f4ff8
commit e0aa42847d

View file

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