diff --git a/startup.sh b/startup.sh new file mode 100755 index 0000000..98ae4bc --- /dev/null +++ b/startup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /home/pi/mqtt-to-flipdot + +#/usr/bin/python3 mqtt-to-flipdot.py +su pi -c "screen -dmS ausflippen python3 mqtt-to-flipdot.py"