#!/bin/bash

# Link to private shared libs
LD_LIBRARY_PATH=/usr/lib/ike:$LD_LIBRARY_PATH  /usr/lib/ike/iked.real "$@"
