#!/bin/bash

# Go in VRM bin repertory
path=$(dirname $0)
cd $path

argu="${1}/vrm.pid"
# Run the daemon
./VRM_daemon.pl $argu

exit 0
