]> git.pld-linux.org Git - projects/rc-scripts.git/commit - lib/functions
Add support for waiting for process to finish to daemon() and killproc(). Example...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 2004 23:16:25 +0000 (23:16 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 14 Aug 2004 23:16:25 +0000 (23:16 +0000)
commit683d384e4bc9684daabd2825dd101c2e23c3b5d3
tree7dccf519ae7bf87e878fa6bc1c09e1dd6b637002
parent9dd7da3dc233497b585c644c8dbe8a5a08058ca1
Add support for waiting for process to finish to daemon() and killproc(). Example usage:
daemon --waitforname httpd.${HTTPD_MPM} --waitfortime 60 httpd.${HTTPD_MPM} -f /etc/httpd/httpd.conf -k stop
where --waitforname is name of process to wait and --waitfortime is how many seconds to wait at max.

svn-id: @4428
rc.d/init.d/functions
This page took 0.103827 seconds and 4 git commands to generate.