src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'rpi-base/handlers')
-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