bundles/systemd-swap/metadata.py: start swap on boot
This commit is contained in:
parent
4e9c6bf67b
commit
226b152fa0
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