Comment cleanup
Various code cleanups and a few actual bugfixes courtesy of Zend
Add suggested fix for is_process_running(), which seems broken.
Whoops. Don't forget to merge.
Typos.
Make *_service less picky.
Revert is_service_running to rev 1.10.
Comment cleanups
add a comment that if you change this function, ill kill ya.
Really make is_process_running() work as it should for the frickin 5th time.
Make is_process_running() work as it should for the frickin 5th time.
Move the actual ps component of is_service_running into is_process_running.
ps a -> ps ax
We need to start services in the background to prevent blocking.
More fixes.
Fixes and updates.
Add is_service_running.
Add executable.
Clean up restart_service.
Add functions for starting, restarting, and stopping services.
Make sure we're writing to a realistic prefix ;)
Add service-utils.inc and write_rcfile.