This article explains how to create an rc.local file in Debian based distros.
To create an RC.Local File for Debian Based Distributions for Elo Monitors, see instructions below:
From your terminal and using sudo or root privileges:
- Create a text file using your favorite text editor (mousepad, visudo etc) and save it as /etc/rc.local the file should include the following lines:
- The second option is to create a text file with the following lines and save it as rc.local on the /etc directory (note the first line change between the versions).
#!/bin/bash
/etc/opt/elo-usb/loadEloTouchUSB.sh
exit 0
Once created (either version), change the privileges to make it executable (under sudo or root privileges):
$ sudo chmod 777 /etc/rc.local
Then proceed to reboot your computer
#Linux #Debian #Ubuntu #Mint #Driver #rc.local
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article