mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
tmpfiles.d: don't use legacy directory path
systemd 239 (released June 22) introduces a new warning for tmpfiles.d
snippets touching paths in /var/run instead of the canonical /run
See a2d1fb882c
Update to use the preferred path.
This commit is contained in:
parent
741cf8fb0e
commit
ebf2f28294
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
D /var/run/fail2ban 0755 root root -
|
||||
D /run/fail2ban 0755 root root -
|
||||
Loading…
Reference in a new issue