Dbus_jll.dbus_daemonMethod
dbus_daemon(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of dbus_daemon.

Example

dbus_daemon() do exe
    run(`$exe $arguments`)
end
Julia 1.3
Dbus_jll.dbus_daemonMethod
dbus_daemon(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of dbus_daemon. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(dbus_daemon()) $arguments`)
Julia 1.6
Dbus_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.