Compare commits
2 commits
426f37f098
...
226b152fa0
Author | SHA1 | Date | |
---|---|---|---|
226b152fa0 | |||
4e9c6bf67b |
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,11 @@ defaults = {
|
||||||
'Swap': {
|
'Swap': {
|
||||||
'What': '/swapfile',
|
'What': '/swapfile',
|
||||||
},
|
},
|
||||||
|
'Install': {
|
||||||
|
'WantedBy': {
|
||||||
|
'swap.target',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,6 +28,7 @@ order = [
|
||||||
'Unit',
|
'Unit',
|
||||||
'Timer',
|
'Timer',
|
||||||
'Service',
|
'Service',
|
||||||
|
'Swap',
|
||||||
'Install',
|
'Install',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue