Compare commits

...

3 commits

3 changed files with 6 additions and 3 deletions

View file

@ -1,11 +1,8 @@
svc_systemd = {
'swapfile-prepare.service': {
'enabled': True,
'running': None,
},
'swapfile.swap': {
'enabled': True,
'running': True,
'needs': [
'svc_systemd:swapfile-prepare.service',
],

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',
]