src.nth.io/

summaryrefslogtreecommitdiff
path: root/rpi-base/handlers/main.yaml
blob: 5335035227340b1407f4446894f044165ce32148 (plain)
1
2
3
4
5
6
7
8
9
---

- 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