SNMP changes in RHEL 9.4?
Does RHEL 9.4 support extending the timeout in snmptrapd.service?
Like this:
[Unit]
Description=Simple Network Management Protocol (SNMP) Trap Daemon.
After=syslog.target network-online.target
[Service]
TimeoutSec=300 <--- timeout added by me
Type=notify
Environment=OPTIONS="-Lsd"
EnvironmentFile=-/etc/sysconfig/snmptrapd
ExecStart=/usr/sbin/snmptrapd $OPTIONS -f
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.targe
Is this the correct one to make the change to if it's supported?
/usr/lib/systemd/system/snmptrapd.service
Regards,
Tom