description "Simple net managemant Protokoll Deamon" author "Harald Kueller " version 1.0 emits none special start on (runlevel [2345] and (started ifup)) stop on runlevel [016] console none script if [ -f /etc/snmpd/snmpd.conf ]; then /usr/sbin/snmpd -c /etc/snmpd/snmpd.conf -f fi end script