src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-03-23 22:22:36 -0500
committerLuke Hoersten <[email protected]>2026-03-23 22:22:36 -0500
commit1859f62813f0c586ea49f912944fb25efd60520f (patch)
tree5e92465f6e24cda9f4c38c2c2c00d0c0ccd7c525 /rpi-base/handlers
parentb7fbbf6810d4d53ca7a0afca31134181f7025a67 (diff)
Fixed log rotation and log2ram sizing.
Diffstat (limited to 'rpi-base/handlers')
-rw-r--r--rpi-base/handlers/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpi-base/handlers/main.yaml b/rpi-base/handlers/main.yaml
index 7d9c45e..5335035 100644
--- a/rpi-base/handlers/main.yaml
+++ b/rpi-base/handlers/main.yaml
@@ -3,3 +3,7 @@
- name: restart log2ram service
systemd: name="log2ram" state="restarted" daemon_reload="yes"
become: yes
+
+- name: restart journald
+ systemd: name="systemd-journald" state="restarted"
+ become: yes