mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
Permanent journald fix
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
- { regexp: "^#RateLimitInterval", line: "RateLimitInterval=0s" }
|
||||
- { regexp: "^#RateLimitBurst", line: "RateLimitBurst=0" }
|
||||
|
||||
- name: Create journal directory for permanent logs
|
||||
file: path=/var/log/journal state=directory
|
||||
|
||||
- name: Set journal folder with systemd-tmpfiles
|
||||
command: "systemd-tmpfiles --create --prefix /var/log/journal"
|
||||
|
||||
- name: Restart journald
|
||||
service: name=systemd-journald state=restarted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user