--- smokeping.in.orig 2015-03-20 14:02:46.306675379 +0000 +++ smokeping.in 2015-03-20 14:03:28.906670370 +0000 @@ -51,7 +51,7 @@ smokeping_status() { - rc_pid=$(check_pidfile $pidfile $command) + rc_pid=$(check_pidfile $pidfile $command $command_interpreter) if [ -z "$rc_pid" ]; then _run_rc_notrunning else @@ -71,7 +71,7 @@ smokeping_stop() { - rc_pid=$(check_pidfile $pidfile $command) + rc_pid=$(check_pidfile $pidfile $command $command_interpreter) if [ -z "$rc_pid" ]; then _run_rc_notrunning else