From 08936cea45e032d99bf718a9a1255e1ae79b9964 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 19 Apr 2017 10:32:42 -0400 Subject: meson: install the dbus aliases for resolve1 and network1 in /etc This way when the units are disabled, their dbus activation is also disabled. v2: - fix the symlink location --- units/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units') diff --git a/units/meson.build b/units/meson.build index 58d9e2b28f..0cc5f8861a 100644 --- a/units/meson.build +++ b/units/meson.build @@ -216,10 +216,10 @@ m4_in_units = [ ['console-getty.service', ''], ['container-getty@.service', ''], ['systemd-networkd.service', 'ENABLE_NETWORKD', - 'dbus-org.freedesktop.network1.service ' + + join_paths(pkgsysconfdir, 'system/dbus-org.freedesktop.network1.service') + ' ' + join_paths(pkgsysconfdir, 'system/multi-user.target.wants/')], ['systemd-resolved.service', 'ENABLE_RESOLVED', - 'dbus-org.freedesktop.resolve1.service ' + + join_paths(pkgsysconfdir, 'system/dbus-org.freedesktop.resolve1.service') + ' ' + join_paths(pkgsysconfdir, 'system/multi-user.target.wants/')], ['user@.service', ''], ] -- cgit v1.2.3-54-g00ecf