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 = { svc_systemd = {
'swapfile-prepare.service': { 'swapfile-prepare.service': {
'enabled': True,
'running': None, 'running': None,
}, },
'swapfile.swap': { 'swapfile.swap': {
'enabled': True,
'running': True,
'needs': [ 'needs': [
'svc_systemd:swapfile-prepare.service', 'svc_systemd:swapfile-prepare.service',
], ],

View file

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

View file

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