bundles/systemd-swap/metadata.py: swap unit needs WantedBy=swap.target

This commit is contained in:
cronekorkn 2023-05-04 17:18:01 +02:00
parent 67d6e77ccf
commit 22d92af61b
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

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