hi,

I tried following on my fedora init.d
/etc/init.d/freevo

prog="freevo"

start() {
        echo -n $"Starting $prog: "
        if [ $UID -ne 0 ]; then
                RETVAL=1
                failure
        else
                daemon 'su -l sandip -c "/usr/bin/freevo -fs $OPTIONS"'
        fi;
        echo
        return $RETVAL
}


This I just copy pasted from snmd example. Freevo starts, but there is no 
sound. I think OS still not done with full initialization so sound is not 
available for freevo.

Did any one tried starting freevo as soon as system(linux) comes up.

Sanid[p



      
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to