blob: 0a76647459b86bed5a1621d326aef028d56907c4 [file] [log] [blame]
Brad Bishop96ff1982019-08-19 13:50:42 -04001# Use systemd for system initialization
Patrick Williams2a254922023-08-11 09:48:11 -05002DISTRO_FEATURES:append = " systemd usrmerge"
Patrick Williams213cb262021-08-07 19:21:33 -05003DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit"
Brad Bishop96ff1982019-08-19 13:50:42 -04004VIRTUAL-RUNTIME_init_manager ??= "systemd"
5VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units"
6VIRTUAL-RUNTIME_login_manager ??= "shadow-base"
Patrick Williams213cb262021-08-07 19:21:33 -05007VIRTUAL-RUNTIME_dev_manager ??= "systemd"
Patrick Williamsf52e3dd2024-01-26 13:04:43 -06008# systemd hardcodes /root in its source codes, other values are not offically supported
9ROOT_HOME ?= "/root"