Skip to content

Commit

Permalink
refactor(yocto/local.conf): remove sysvinit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 18, 2023
1 parent eebce9f commit 95e8982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/yocto/build/conf/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
# System initialization
#
INIT_MANAGER = "systemd"
DISTRO_FEATURES:remove = " sysvinit"
DISTRO_FEATURES:append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
VIRTUAL-RUNTIME_initscripts = "systemd-compat-units"
Expand Down

0 comments on commit 95e8982

Please sign in to comment.