Always use invoke-rc.d when checking status
Rely on the 'status' argument in init script to check for running service (rather than open-coding it using pidof). This is more robust (chroot, etc) and safer, and also future-proofed against pidof losing essential status.