summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-19 10:32:42 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:29 -0400
commit08936cea45e032d99bf718a9a1255e1ae79b9964 (patch)
treef60545a528862eb256ffda1517b108ad8f7665d4
parent3e609a8ad369301488da9d9947034f343dcf47b7 (diff)
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
-rw-r--r--units/meson.build4
1 files changed, 2 insertions, 2 deletions
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', ''],
]