Passion/Python
python daemon in /etc/init.d/
sunshout1
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
728x90