Compare commits

..

No commits in common. "22d92af61b50df5909b0a1026ae7b2cb76cab65e" and "b6cfc84e866d3b3b38fee4c6e1bc8d60df457901" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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