#!/bin/sh case "$1" in start) echo -e '\nLoading resetd...' /usr/sbin/resetd & ;; esac