Install ups in /etc/rc.d/init.d
Install upspowerdown in /etc/rc.d/init.d

Both of these can be controlled by chkconfig, however upspowerdown
hits some of the "features" of chkconfig where it tries to prevent
you starting services in L0

To add as services do
	/sbin/chkconfig --add ups
	/sbin/chkconfig --level 0 upspowerdown on

There is no longer any need for /etc/sysconfig/ups

