```Step III: [Linux distributions with sysvinit or Upstart or older init system] --------- Install a script to invoke Elo service on older init systems (non systemd) at system startup. Redhat, Fedora, Mandrake, Slackware, Mint, Debian and Ubuntu systems: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Add the following line at the end of daemon configuration script in "/etc/rc.local" file. [ rc.local file might also be at location /etc/rc.d/rc.local. Use the "# find /etc -name rc.local" command to locate the rc.local file.] /etc/opt/elo-usb/loadEloTouchUSB.sh SUSE Systems: - - - - - - - Add the following line at the end of the configuration script in "/etc/init.d/boot.local" file. /etc/opt/elo-usb/loadEloTouchUSB.sh ```