startup script added

This commit is contained in:
interfisch 2017-02-17 01:35:23 +01:00
parent 74f6b35e0f
commit a5febee751
1 changed files with 6 additions and 0 deletions

6
startup.sh Executable file
View File

@ -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"