From 5892a914d173e4b968d2a14fbf717373dee3999a Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 17 Mar 2014 11:41:21 +0100 Subject: busname: introduce Activating directive Add a new config 'Activating' directive which denotes whether a busname is actually registered on the bus. It defaults to 'yes'. If set to 'no', the .busname unit only uploads policy, which will remain active as long as the unit is running. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f0cfe46e76..65a7ffeb27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3851,10 +3851,12 @@ nodist_systemunit_DATA += \ units/systemd-bus-driverd.service dist_systemunit_DATA += \ - units/org.freedesktop.DBus.busname + units/org.freedesktop.DBus.busname \ + units/org.freedesktop.systemd1.busname BUSNAMES_TARGET_WANTS += \ - org.freedesktop.DBus.busname + org.freedesktop.DBus.busname \ + org.freedesktop.systemd1.busname nodist_userunit_DATA += \ units/user/systemd-bus-driverd.service -- cgit v1.2.3-54-g00ecf