Passion/Python

python daemon in /etc/init.d/

sunshout 2012. 3. 28. 15:27

python daemon start script in Ubuntu


echo -n "Starting $DESC: "
  start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --make-pidfile\
                    --exec $DAEMON  --background

python_daemon.txt