2011-08-09 09:54:21 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Simple Network Management Protocol (SNMP) Daemon.
|
|
|
|
After=syslog.target network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
2011-11-28 13:12:57 +00:00
|
|
|
Environment=OPTIONS="-LS0-6d"
|
|
|
|
EnvironmentFile=-/etc/sysconfig/snmpd
|
|
|
|
ExecStart=/usr/sbin/snmpd $OPTIONS -f
|
2011-08-09 09:54:21 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|