瀏覽代碼
added an empty OnCalendar= directive and move timer to 5 min
Merge pull request #166 from fleopaulD/master
tags/1.6.1
azlux
3 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
2 行新增 和
1 行删除
-
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. |
|
|
|
|
|
|
|