diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-05-21 16:59:59 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-05-27 15:41:02 +0200 |
commit | dee37f753ab376ead12f2444cc049952c38c6983 (patch) | |
tree | 05c74b4caf516e86978fa4cb8d0725c44dac7807 /recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf | |
parent | c0c098bbd944c314bca4ad0ec98fe9aca39e3f64 (diff) | |
download | meta-updater-dee37f753ab376ead12f2444cc049952c38c6983.tar.gz |
Add example recipe for systemd-journald configuration
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf')
-rw-r--r-- | recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf b/recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf new file mode 100644 index 0000000..a56527c --- /dev/null +++ b/recipes-support/systemd-journald-persistent/files/10-persistent-journal.conf | |||
@@ -0,0 +1,3 @@ | |||
1 | [Journal] | ||
2 | Storage=persistent | ||
3 | SystemMaxUse=64M | ||