Ethan Benson wrote: > hi, > > I have a BestPower UPS (it is a `smart' one) and I am trying to start > the monitoring daemon with a /etc/init.d/ script like everything else > (using the init.d/skeleton for a template), however i have a problem: > > this daemon does not create .pid files
You don't have to use pid files. Just kill it using: start-stop-daemon --stop --oknodo --quiet --exec $DAEMON where $DAEMON is whatever path+name you used to start it. Last June, Peter Alexiou <[EMAIL PROTECTED]> said he'd make a checkups package. Perhaps he can provide an unofficial one? (There are of course lots of packages dump-mode UPS monitors. I like and have packaged powstatd. Slinkified version available at http://www.debian.org/~psg/powstatd_1.3-1slink0_i386.deb) -- Peter Galbraith, research scientist <[EMAIL PROTECTED]> Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546 6623'rd GNU/Linux user at the Counter - http://counter.li.org/

