wahrscheinlich bin hier total falsch aber ich hoffe ihr verzeiht mir das..
meine Frage wie muss die rc.local aussehen damit etwas startet?
ich habe folgendes in die rc.local kopiert aber der touchpanel-treiber startet nicht..:
#
# Avoid being interrupted by child or keyboard
#
trap "echo" SIGINT SIGSEGV SIGQUIT SIGTERM
set +e
case "$1" in
start)
/etc/opt/elo-usb/loadEloTouchUSB.sh
komplett sieht es so aus:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
#
# Avoid being interrupted by child or keyboard
#
trap "echo" SIGINT SIGSEGV SIGQUIT SIGTERM
set +e
case "$1" in
start)
/etc/opt/elo-usb/loadEloTouchUSB.sh
exit 0
hab leider keinen plan und bin anfänger aber vielleicht kann mir einer von euch profis helfen...
vielen dank schon mal
Grüße
![Hail :hail:](./images/smilies/icon_hail.gif)