bundles/systemd: configure journald
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
2c062761e3
commit
58d99eb402
3 changed files with 43 additions and 0 deletions
|
@ -20,4 +20,11 @@ defaults = {
|
|||
'net.ifnames=0',
|
||||
},
|
||||
},
|
||||
'systemd': {
|
||||
'journal': {
|
||||
'storage': 'volatile',
|
||||
'maxuse': '100M',
|
||||
'keepfree': '100M',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue