diff options
| author | Luke Hoersten <[email protected]> | 2020-05-01 17:58:26 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-01 17:58:26 -0500 |
| commit | 5d7c6f83e7d9447a5e44bc49f791e1abf4af26cd (patch) | |
| tree | 333830be26557fdde6c14897b8ea4f726b026d0d /rpi-base/handlers | |
| parent | a668924c8c5b021df01192b53a5ceafaaa3ddc8f (diff) | |
Fixed small log2ram size.
Diffstat (limited to 'rpi-base/handlers')
| -rw-r--r-- | rpi-base/handlers/main.yaml | 5 |
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 |
