added logic to help provide dependent service ordering
This commit is contained in:
parent
bf47e5fc0d
commit
37ce407460
4 changed files with 159 additions and 3 deletions
|
@ -804,6 +804,8 @@ class CoreEmu(object):
|
|||
os.umask(0)
|
||||
|
||||
# configuration
|
||||
if not config:
|
||||
config = {}
|
||||
self.config = config
|
||||
|
||||
# session management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue