bundlewrap/bundles/systemd-swap/metadata.py
2021-11-10 02:48:20 +01:00

12 lines
230 B
Python

defaults = {
'systemd-swap': 2*10**9,
'systemd': {
'units': {
'swapfile.swap': {
'Swap': {
'What': '/swapfile',
},
},
},
},
}