| Commit message (Collapse) | Author |
|
Additionally, I've changed to owner of the `/var/lib/fail2ban` directory
to `root:root` as the main `fail2ban` service also runs under `root` and a
`fail2ban` user is never created.
|
|
|
|
Persisting them, without marking the `/srv` containing fs as
`neededForBoot` will result in a kernel panic in the init (because
`impermanence` tries to mount these directories and fails as `/srv` is
still missing.)
Thus, each host, that sets `/srv` to `neededForBoot` should add these
directories to `vhack.persist.directories`.
|
|
Both of these modules have been moved to `by-name`
|
|
|
|
This avoids having to create them manually on the server and is,
overall just generally a better way to solve this problem.
|
|
|
|