From a5febee7516939ce6138371f7b87402a3008133d Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 17 Feb 2017 01:35:23 +0100 Subject: [PATCH] startup script added --- startup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 startup.sh 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"