Viitor_ucd-snmp/etc/init/snmpd.conf

16 lines
336 B
Plaintext
Raw Permalink Normal View History

description "Simple net managemant Protokoll Deamon"
author "Harald Kueller <harald.kueller@compuextreme.de>"
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