f30e598936
Resolves: #752821
14 lines
316 B
Desktop File
14 lines
316 B
Desktop File
[Unit]
|
|
Description=Simple Network Management Protocol (SNMP) Trap Daemon.
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment=OPTIONS="-Lsd"
|
|
EnvironmentFile=-/etc/sysconfig/snmptrapd
|
|
ExecStart=/usr/sbin/snmptrapd $OPTIONS -f
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|