src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-01 17:58:26 -0500
committerLuke Hoersten <[email protected]>2020-05-01 17:58:26 -0500
commit5d7c6f83e7d9447a5e44bc49f791e1abf4af26cd (patch)
tree333830be26557fdde6c14897b8ea4f726b026d0d /rpi-base/handlers/main.yaml
parenta668924c8c5b021df01192b53a5ceafaaa3ddc8f (diff)
Fixed small log2ram size.
Diffstat (limited to 'rpi-base/handlers/main.yaml')
-rw-r--r--rpi-base/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpi-base/handlers/main.yaml b/rpi-base/handlers/main.yaml
new file mode 100644
index 0000000..7d9c45e
--- /dev/null
+++ b/rpi-base/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart log2ram service
+ systemd: name="log2ram" state="restarted" daemon_reload="yes"
+ become: yes