new service state handling
This commit is contained in:
@ -16,9 +16,17 @@ bigboot_named_chroot_service: named-chroot.service
|
||||
bigboot_named_chroot_running: stopped
|
||||
bigboot_named_chroot_enabled: false
|
||||
|
||||
# Max value in minutes for the timeout threshold:
|
||||
# Max value in minutes for services timeout threshold:
|
||||
bigboot_service_max_timeout: 5
|
||||
|
||||
# List of services incompatible with calculations
|
||||
# to obtain required disk information:
|
||||
#
|
||||
# (These services will ALWAYS be disabled)
|
||||
bigboot_incompatible_services:
|
||||
- docker.service
|
||||
- named-chroot.service
|
||||
|
||||
# List of services which will be excluded from being
|
||||
# disabled during Bigboot execution:
|
||||
bigboot_protected_services:
|
||||
|
Reference in New Issue
Block a user