diff --git a/conf/distro/include/ros-common.inc b/conf/distro/include/ros-common.inc index 2a49f59..8866088 100644 --- a/conf/distro/include/ros-common.inc +++ b/conf/distro/include/ros-common.inc @@ -6,3 +6,7 @@ DISTRO_CODENAME = "${ROS_DISTRO}" DISTRO_VERSION = "${ROS_DISTRO_METADATA_VERSION}" MAINTAINER = "Open Source Robotics Foundation, Inc. " + +# Use systemd, but keep SysVinit present (see https://www.yoctoproject.org/docs/2.6.2/mega-manual/mega-manual.html#selecting-an-initialization-manager). +DISTRO_FEATURES_append = " systemd" +VIRTUAL-RUNTIME_init_manager = "systemd"