wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

check whether webserver process exist and accept signals before sending SIGTERM #27

Closed wilas closed 10 years ago

wilas commented 10 years ago

Related to #21 . stop_webserver function should check whether sending SIGTERM signal is possible. kill -s 0 PID command do the job.