Klaas wrote:
> su - $USER -c $MUSICHOME"MusicMagicServer start  & > /dev/null" 
> 
> Is the "su" causing problems in the startup?

Are you sure its just 'su' and not 'sudo'?
Most Ubuntu scripts use the sudo form. Fire up a shell and enter just
'su', I expect you will get a command not found error

Its silly to use sudo in an init.d script, since they are all run root
by default.

-- 
Pat Farrell
http://www.pfarrell.com/

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to