path: firebird3.0_3.0.13.ds7-2/debian/firebird3.0-server.firebird3.0.init
case "${1:-}" in
    start)
    if pidof $FBGUARD > /dev/null; then
        log_success_msg "$NAME already running"
        RETVAL=0
