#!/bin/bash
if [ -f /etc/init.d/bukts-loader ]; then
    /etc/init.d/bukts-loader restart
fi

