godot
07-18-2001, 02:27 PM
How can I make a script that I run at boot run as a user other than root, say user "blah". Would this work?
#sample script#
su blah
cd /location/of/prog/
./runprog -with --arguements
#sample script#
su blah
cd /location/of/prog/
./runprog -with --arguements