Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
http://www.freedesktop.org/software/systemd/man/systemd-logind.service.html
+config BR2_PACKAGE_SYSTEMD_MACHINED
+ bool "enable machine daemon"
+ help
+ systemd-machined is a system service that keeps track of
+ virtual machines and containers, and processes belonging to
+ them.
+
+ http://www.freedesktop.org/software/systemd/man/systemd-machined.service.html
+
config BR2_PACKAGE_SYSTEMD_NETWORKD
bool "enable network manager"
help
SYSTEMD_CONF_OPTS += --disable-logind
endif
+ifeq ($(BR2_PACKAGE_SYSTEMD_MACHINED),y)
+SYSTEMD_CONF_OPTS += --enable-machined
+else
+SYSTEMD_CONF_OPTS += --disable-machined
+endif
+
ifeq ($(BR2_PACKAGE_SYSTEMD_NETWORKD),y)
SYSTEMD_CONF_OPTS += --enable-networkd
define SYSTEMD_INSTALL_RESOLVCONF_HOOK