Blame SOURCES/snmpd.service

8a419f
[Unit]
8a419f
Description=Simple Network Management Protocol (SNMP) Daemon.
8a419f
After=syslog.target network.target
8a419f
8a419f
[Service]
8a419f
Type=notify
8a419f
Environment=OPTIONS="-LS0-6d"
8a419f
EnvironmentFile=-/etc/sysconfig/snmpd
8a419f
ExecStart=/usr/sbin/snmpd $OPTIONS -f
8a419f
ExecReload=/bin/kill -HUP $MAINPID
8a419f
8a419f
[Install]
8a419f
WantedBy=multi-user.target