diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-21 04:19:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-21 05:15:09 +0100 |
commit | 0721804f03934c17509af4f485c3bcef9d86862c (patch) | |
tree | 9723c84e6aecebcc6a840e4d759b8071c23f7187 /units/systemd-bus-proxyd@.service.in | |
parent | 373d32c9f4746d58cda8c62f4c70d2e0e7aae1af (diff) |
bus: send status message from proxyd to systemd about client we are working for
Diffstat (limited to 'units/systemd-bus-proxyd@.service.in')
-rw-r--r-- | units/systemd-bus-proxyd@.service.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/units/systemd-bus-proxyd@.service.in b/units/systemd-bus-proxyd@.service.in index 24b1200066..0711b48bbb 100644 --- a/units/systemd-bus-proxyd@.service.in +++ b/units/systemd-bus-proxyd@.service.in @@ -9,4 +9,8 @@ Description=Legacy D-Bus Protocol Compatibility Daemon [Service] -ExecStart=@rootlibexecdir@/systemd-bus-proxyd +# The first argument will be replaced by the service by information on +# the process requesting the proxy, we need a placeholder to keep the +# space available for this. +ExecStart=@rootlibexecdir@/systemd-bus-proxyd xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +NotifyAccess=main |