[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python Programm als Daemon beim Start ausführen (was: Startscript bereits beim boot ausführen)



> # the start script
> case "$1" in
> start)
>       echo "Starting $DESC ..."
>       su -c "cd $DIR && python2.4 $DIR/server.pyc $1" - $USER

Hallo Sebastian,
probier's mal mit

          su -c "cd $DIR && python2.4 $DIR/server.pyc $1" - $USER &

                                         `'`'`'`'`'`
Arvin



Reply to: