switch patterns
[svn42.git] / raspberrypi_gpio_relay_licht / rc.local
index 918e217..254a556 100644 (file)
@@ -35,5 +35,6 @@ if ! ifconfig eth0 && ifconfig wlan0 ; then
 fi
 
 su realraum -s /bin/sh -c "sleep 10 && /home/realraum/play-sound-status.py /home/realraum/play-sound-status.cfg &>/dev/null &" &
+su realraum -s /bin/sh -c "sleep 10 && /home/realraum/stuff.py &>/dev/null &" &
 
 exit 0