diff --git a/RaspberryPi/setup.sh b/RaspberryPi/setup.sh index 51de4f8..18e4195 100644 --- a/RaspberryPi/setup.sh +++ b/RaspberryPi/setup.sh @@ -58,6 +58,7 @@ sudo --preserve-env=HOME --preserve-env=USER bash -c 'cat > apple2driver.service Description=Apple2-IO-RPi Driver (Pico edition) [Service] +Type=idle ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver -cdc=true StandardOutput=syslog StandardError=syslog @@ -75,6 +76,7 @@ sudo --preserve-env=HOME --preserve-env=USER bash -c 'cat > apple2driver.service Description=Apple2-IO-RPi Driver (Classic edition) [Service] +Type=idle ExecStart=$HOME/Apple2-IO-RPi/RaspberryPi/apple2driver/apple2driver StandardOutput=syslog StandardError=syslog