I'm trying to have it so that my program is able to run at startup and in the background without having the user to be root. Ideally this would happen at the installation of the program and not using a script modification after the program has been installed.
Asked
Active
Viewed 288 times
@reboot
cron job is one option https://unix.stackexchange.com/questions/78017/running-screen-through-a-reboot-cron-job but does require appropriate configuration of the crontab... – thrig Sep 04 '18 at 19:30