Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -28,6 +28,7 @@ order = [
'Unit', 'Unit',
'Timer', 'Timer',
'Service', 'Service',
'Swap',
'Install', 'Install',
] ]