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

12 lines
243 B
Desktop File

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