From: Schantl Stefan Date: Sun, 9 May 2010 16:53:11 +0000 (+0200) Subject: net-snmpd: Add upstart jobfile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970b706ee812e4369f6656a780beab59e0e1e06a;p=ipfire-3.x.git net-snmpd: Add upstart jobfile. --- diff --git a/pkgs/core/net-snmp/snmpd.init b/pkgs/core/net-snmp/snmpd.init new file mode 100644 index 000000000..aa0151755 --- /dev/null +++ b/pkgs/core/net-snmp/snmpd.init @@ -0,0 +1,9 @@ +description "Starts the snmp Daemon" +author "IPFire Team" + +start on started network +stop on stopping network + +exec /usr/sbin/snmpd -c /etc/snmpd.conf +expect daemon +respawn