src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2024-07-20 13:51:46 -0500
committerLuke Hoersten <[email protected]>2024-07-20 13:51:46 -0500
commita13b976c683a4963cc129a4399e79698437e2f8d (patch)
tree33bf4f32dad6fd85eaef37af0293c272927e67ab /rpi-base
parent77c421bdee5279551abbfeea8a97fdf5ba8edc61 (diff)
Added task to ensure log2ram is running.
Diffstat (limited to 'rpi-base')
-rw-r--r--rpi-base/tasks/main.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpi-base/tasks/main.yaml b/rpi-base/tasks/main.yaml
index 6664da5..390134a 100644
--- a/rpi-base/tasks/main.yaml
+++ b/rpi-base/tasks/main.yaml
@@ -81,3 +81,7 @@
regexp: "^PasswordAuthentication"
insertafter: "^#PasswordAuthentication"
line: "PasswordAuthentication no"
+
+- name: ensure log2ram service is started
+ become: yes
+ systemd: name="log2ram.service" enabled="yes" state="started"