Viitor_ucd-snmp/etc/init/snmpd.conf
kueller 15c1ee1f14 Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_ucd-snmp@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

16 lines
336 B
Plaintext

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