Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: moenster on April 17, 2005, 04:05:03 PM
-
Hi
How do I make e.g. teamspeak start automatically at system startup? It should start as a normal user, and not as root.
Regards Henrik
-
Forgot to say, that it is on SME 6.01-01.
/Henrik
-
assuming when logged on as user1 it is started at the command line with...
teamspeak arg1 arg2
then try adding the following to /etc/rc.d/rc.local
# start teamspeak
su -l -s /bin/bash -c "teamspeak arg1 arg2" user1