Replies: 1 comment
-
I think I found my answer: Start the daemon while redirecting its output to a file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to listen to DBUS from php, I wonder what is the most efficient way.
My end goal is to let it run on a server without root access.
This is what I tried (as it does not require extra installs):
1) Bash 1
Result Does not work as the --profile parameter doesn't give the parameters
Possible solution Find a way to get the last message via dbus
2) Bash 2
Result Does not work as each line invokes the script
Possible solution Find a way to send the whole request at once
3) Python
Result Does work but feels like an overkill
Beta Was this translation helpful? Give feedback.
All reactions