diff options
Diffstat (limited to 'recipes-extended/images/container-systemd-base.bb')
| -rw-r--r-- | recipes-extended/images/container-systemd-base.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-extended/images/container-systemd-base.bb b/recipes-extended/images/container-systemd-base.bb index 96ef4667..3264e6cf 100644 --- a/recipes-extended/images/container-systemd-base.bb +++ b/recipes-extended/images/container-systemd-base.bb | |||
| @@ -7,11 +7,8 @@ SYSTEMD_CONTAINER_APP ?= "" | |||
| 7 | # Use local.conf to specify the application(s) to install | 7 | # Use local.conf to specify the application(s) to install |
| 8 | IMAGE_INSTALL += "${SYSTEMD_CONTAINER_APP}" | 8 | IMAGE_INSTALL += "${SYSTEMD_CONTAINER_APP}" |
| 9 | 9 | ||
| 10 | # Use local.conf to specify additional systemd services to disable. To overwrite | 10 | # To mask additional systemd services, use: |
| 11 | # the default list use SERVICES_TO_DISABLE:pn-systemd-container in local.conf | 11 | # CONTAINER_SYSTEMD_MASK:pn-container-systemd-config:append = " extra.service" |
| 12 | SERVICES_TO_DISABLE:append = " ${SYSTEMD_CONTAINER_DISABLE_SERVICES}" | 12 | # in local.conf or your image recipe. |
| 13 | |||
| 14 | # Use local.conf to enable systemd services | ||
| 15 | SERVICES_TO_ENABLE += "${SYSTEMD_CONTAINER_ENABLE_SERVICES}" | ||
| 16 | 13 | ||
| 17 | require container-systemd-base.inc | 14 | require container-systemd-base.inc |
