diff options
Diffstat (limited to 'conf/fragments/init/systemd.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" | ||
