Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

View file

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

View file

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