]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
net-snmpd: Add upstart jobfile.
authorSchantl Stefan <Stevee@ipfire.org>
Sun, 9 May 2010 16:53:11 +0000 (18:53 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sun, 9 May 2010 16:53:11 +0000 (18:53 +0200)
pkgs/core/net-snmp/snmpd.init [new file with mode: 0644]

diff --git a/pkgs/core/net-snmp/snmpd.init b/pkgs/core/net-snmp/snmpd.init
new file mode 100644 (file)
index 0000000..aa01517
--- /dev/null
@@ -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