Committing the scripts I have now that work.
This commit is contained in:
6
signal-talker.sh
Normal file
6
signal-talker.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
$(dbus-launch)
|
||||
|
||||
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$UID/test-dbus" DBUS_SESSION_BUS_PID=$(dbus-daemon --fork --print-pid --session --address="$DBUS_SESSION_BUS_ADDRESS")
|
||||
|
||||
python ~/signal-talker/signal-mqtt.py
|
||||
Reference in New Issue
Block a user