d3eba89274
Resolves: #718183
12 lines
243 B
Desktop File
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
|