bundlewrap/bundles/systemd-swap/metadata.py
2025-08-10 15:10:46 +02:00

17 lines
383 B
Python

defaults = {
'systemd-swap': 2*(2**30), # 2GiB
'systemd': {
'units': {
'swapfile.swap': {
'Swap': {
'What': '/swapfile',
},
'Install': {
'WantedBy': {
'swap.target',
},
},
},
},
},
}