My WAFbrew apps kills the WAF process on start so you can modify files on the fly and see the results without rebooting.
wafbrew.sh -
Quote:
#/bin/sh
WAF=$1
killall wafapp
umount /var/local/waf/sample
mount --bind /mnt/us/waf/$WAF /var/local/waf/sample
lipc-set-prop com.lab126.appmgrd start app://com.lab126.sample
|