#!/bin/sh /etc/rc.common START=18 USE_PROCD=1 start_service(){ /usr/bin/station_quota.sh --event start } stop_service(){ /usr/bin/station_quota.sh --event stop } reload_service(){ /usr/bin/station_quota.sh --event reload } service_triggers(){ procd_add_reload_trigger station_quota }