bundles/systemd-swap/metadata.py: start swap on boot

This commit is contained in:
cronekorkn 2023-05-04 18:09:02 +02:00
parent 4e9c6bf67b
commit 226b152fa0
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -6,6 +6,11 @@ defaults = {
'Swap': {
'What': '/swapfile',
},
'Install': {
'WantedBy': {
'swap.target',
},
},
},
},
},