You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
323 B
14 lines
323 B
3 years ago
|
[Unit]
|
||
|
Description=Simple Network Management Protocol (SNMP) Trap Daemon.
|
||
|
After=syslog.target network-online.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
|