#!/bin/sh # vim:ts=2:sw=2:et set -e case "$1" in configure) invoke-rc.d freeradius restart ;; esac exit 0