Hello,
I want to give users the possbility to autostart programms on boot. My
first idea would be to put a line like that in /etc/rc.local
[ -x /home/flindner/autostart ] && su flindner -c
"/home/flindner/autostart"
Probably something like that would be better:
[ -x /home/cburchard/autostart ] && su cburchard -c
"/home/cburchard/autostart &"
So that a blocking script does not block the rc.local file. Should I
also add a nohup? Or another way?
Thanks,
Florian
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5debea875e2a23fd7e3b0ec984dc3...@xgm.de