#!/sbin/runscript # Copyright 2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # /etc/init.d/wimaxd # # description: start/stop the wimax daemon name="WiMAX Network Service" command=/usr/bin/wimaxd pidfile=/var/run/wimaxd.pid depend() { need localmount use logger after bootmisc modules before dns dhcpcd net keyword -shutdown }