Change startup system / Allow nested dict (#99)

* Change startup system / Allow nested dict

* fix schema

* fix lint
This commit is contained in:
Pascal Vizeli
2017-07-14 23:51:24 +02:00
committed by GitHub
parent fa049066fc
commit 143a358b0c
3 changed files with 63 additions and 25 deletions

View File

@@ -98,8 +98,9 @@ ATTR_AUTO_UPDATE = 'auto_update'
ATTR_CUSTOM = 'custom'
STARTUP_INITIALIZE = 'initialize'
STARTUP_BEFORE = 'before'
STARTUP_AFTER = 'after'
STARTUP_SYSTEM = 'system'
STARTUP_SERVICES = 'services'
STARTUP_APPLICATION = 'application'
STARTUP_ONCE = 'once'
BOOT_AUTO = 'auto'