bundles/systemd-swap/metadata.py: swap unit needs WantedBy=swap.target
This commit is contained in:
parent
67d6e77ccf
commit
22d92af61b
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ defaults = {
|
||||||
'Swap': {
|
'Swap': {
|
||||||
'What': '/swapfile',
|
'What': '/swapfile',
|
||||||
},
|
},
|
||||||
|
'Install': {
|
||||||
|
'WantedBy': {
|
||||||
|
'swap.target',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue