net-snmp/snmpd.service
Jan Safranek d3eba89274 Integrate with systemd
Resolves: #718183
2011-08-09 12:02:17 +02:00

12 lines
237 B
Desktop File

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