Blame SOURCES/snmpd.service

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