08-23-2021, 02:37 PM
(08-23-2021, 02:26 PM)ragreenburg Wrote: I would also like to know the command for brightness and how does one "set up" an rc.local? What is inside that file?
The /etc/rc.local file hails from ancient BSD Unix systems and is a simple and convenient place to put commands to be executed at boot time without having to go through the trouble of creating specific init scripts for each command. It runs last in the init sequence. However rc.local was discontinued with the advent of systemd being used for initialization in many Linux distributions (including Debian). However it is not difficult to create a systemd unit file to provide rc.local functionality:
https://www.troublenow.org/752/debian-10-add-rc-local/