summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service')
-rw-r--r--meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service b/meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service
deleted file mode 100644
index 10a1eb212..000000000
--- a/meta-systemd/meta-oe/recipes-extended/net-snmp/net-snmp/snmpd.service
+++ /dev/null
@@ -1,13 +0,0 @@
1[Unit]
2Description=Simple Network Management Protocol (SNMP) Daemon.
3After=syslog.target network.target
4
5[Service]
6Type=notify
7Environment=OPTIONS="-LS0-6d"
8EnvironmentFile=-/etc/default/snmpd
9ExecStart=/usr/sbin/snmpd $OPTIONS -f
10ExecReload=/bin/kill -HUP $MAINPID
11
12[Install]
13WantedBy=multi-user.target