Start applications automatically on an unprivileged user?
I have an eggdrop and it usually runs on an unprivileged user, I want to make its binary start up when the linux box does. I know about /etc/rc.d/init.d but this starts those applications with root privileges, which I don't want.
Is there some sort of file/directory that can be created in /home/myusername which will contain [a list of] the files that need to be run automatically?
Someone told me to use crontabs but I think a crontab's a bit over the top for something so simple.
The system is Redhat9, any ideas of how I can achieve this?
|