diff options
| author | Daiane Angolini <angolini@gmail.com> | 2026-02-17 14:04:08 -0300 |
|---|---|---|
| committer | Daiane Angolini <daiane.angolini@foundries.io> | 2026-02-17 14:04:08 -0300 |
| commit | 68d58f6eeb0e56d85fb7dcd9b9530849a4c2db78 (patch) | |
| tree | d498b3a6e4c26e2ec75eaccef78c1ed0a51fbda7 /conf | |
| parent | 56fd088197af86c541e0f9c16cd2e1404ba70761 (diff) | |
| download | meta-freescale-68d58f6eeb0e56d85fb7dcd9b9530849a4c2db78.tar.gz | |
fragments: Add systemd init manager fragment
Add conf/fragments/init/systemd.conf to set the init manager to
systemd instead of the default SysVinit.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/fragments/init/systemd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/fragments/init/systemd.conf b/conf/fragments/init/systemd.conf new file mode 100644 index 000000000..bd48fc4c0 --- /dev/null +++ b/conf/fragments/init/systemd.conf | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # Systemd Init Manager Fragment | ||
| 2 | # | ||
| 3 | # This fragment sets the init manager to systemd. | ||
| 4 | |||
| 5 | BB_CONF_FRAGMENT_SUMMARY = "Use systemd init manager" | ||
| 6 | BB_CONF_FRAGMENT_DESCRIPTION = "Sets the init manager to systemd instead of the default SysVinit." | ||
| 7 | |||
| 8 | INIT_MANAGER = "systemd" | ||
