Compare commits

...

2 Commits

Author SHA1 Message Date
Azlux d2da092618
added an empty OnCalendar= directive and move timer to 5 min
Merge pull request #166 from fleopaulD/master
2021-09-02 12:21:18 +02:00
fleopaulD 1c729d8049 added an empty OnCalendar= directive and move timer to 5 min 2021-07-31 00:13:34 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -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.