02-23-2005, 11:35 PM
I want to start a shellscript from the user wwwrun. The Script start a CSS Server from user srcds but it doesn't start :/
Here is the command in the shellscript:
$CS_USER is srcds.
Is it because the user srcds is password protected? Please help me.
Here is the command in the shellscript:
Code:
su $CS_USER -l -c "screen -d -m -S $NAME $DAEMON $PARAMS"
Is it because the user srcds is password protected? Please help me.