diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-16 17:48:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-17 16:03:47 -0500 |
commit | 4d1f490c9386d1a824ce8269de5ed7938cbf8096 (patch) | |
tree | 0fde54cd2bdc0ad3a0cd9acb20628d6776d83392 /units | |
parent | Merge pull request #5338 from mbiebl/fix-install-tests-target (diff) | |
download | systemd-4d1f490c9386d1a824ce8269de5ed7938cbf8096.tar.gz systemd-4d1f490c9386d1a824ce8269de5ed7938cbf8096.tar.bz2 systemd-4d1f490c9386d1a824ce8269de5ed7938cbf8096.zip |
units: enable resolved bus activation though a symlink in /etc
The change:
-/usr/lib/systemd/system/dbus-org.freedesktop.resolve1.service
+/etc/systemd/system/dbus-org.freedesktop.resolve1.service
If resolved is disabled, without this, talking to the resolved bus API will
activate it regardless whether it is enabled or not, let's fix that.
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-resolved.service.m4.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-resolved.service.m4.in b/units/systemd-resolved.service.m4.in index 0f0440dda..d3b8f8160 100644 --- a/units/systemd-resolved.service.m4.in +++ b/units/systemd-resolved.service.m4.in @@ -38,3 +38,4 @@ SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @mount @obsolete [Install] WantedBy=multi-user.target +Alias=dbus-org.freedesktop.resolve1.service |