
23 Jul
2018
23 Jul
'18
4:43 a.m.
On Monday, 23 July 2018 10:34:29 CEST Andrea Bolognani wrote:
The libvirt-dbus daemon is not supposed to be invoked explicitly by the user, but rather to be spawned on-demand by the D-Bus daemon: as such, @sbindir@ is a more suitable location in which to install it.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> ---
sbindir is still not correct though, since it is not in the normal $PATH of users, but still root's one. Most probably what you are looking for is libexecdir, which is the place that fits your requirement. -- Pino Toscano