From 1c729d80492fab19a8d48888dbb7872c1c6f53ee Mon Sep 17 00:00:00 2001 From: fleopaulD Date: Sat, 31 Jul 2021 00:13:34 +0200 Subject: [PATCH] added an empty OnCalendar= directive and move timer to 5 min --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e04af40..290de8f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ By default Log2Ram writes to disk every day. If you think this is too much, you ```ini [Timer] -OnCalendar=weekly +OnCalendar= +OnCalendar=Mon *-*-* 23:55:00 ``` ... or even disable it with `systemctl disable log2ram-daily.timer`, if you prefer writing logs only at stop/reboot.