bundles/systemd: configure journald
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-12 10:39:57 +01:00
parent 2c062761e3
commit 58d99eb402
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 43 additions and 0 deletions

View file

@ -20,4 +20,11 @@ defaults = {
'net.ifnames=0',
},
},
'systemd': {
'journal': {
'storage': 'volatile',
'maxuse': '100M',
'keepfree': '100M',
},
},
}