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': {
|
||||
'What': '/swapfile',
|
||||
},
|
||||
'Install': {
|
||||
'WantedBy': {
|
||||
'swap.target',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -28,6 +28,7 @@ order = [
|
|||
'Unit',
|
||||
'Timer',
|
||||
'Service',
|
||||
'Swap',
|
||||
'Install',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue