Answer the question
In order to leave comments, you need to log in
How to run dbus-launch correctly?
There are 2 nodejs applications available. One is a dbus service, the other is a client.
I run them from the init script. Before starting, I start dbus:
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && type dbus-launch >/dev/null; then
eval $(dbus-launch --sh-syntax --exit-with-session)
fi
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question