10 lines
196 B
Python
10 lines
196 B
Python
svc_systemd = {
|
|
'swapfile-prepare.service': {
|
|
'running': None,
|
|
},
|
|
'swapfile.swap': {
|
|
'needs': [
|
|
'svc_systemd:swapfile-prepare.service',
|
|
],
|
|
},
|
|
}
|