Information
This entry starts the time service when required. This service can be used to synchronize system clocks.
Rationale:
The time service is an obsolete process used to synchronize system clocks at boot time. This has been superseded by NTP, which should be use if time synchronization is necessary. Unless required the time service will be disabled.
Solution
Use chsubserver to disable this service in /etc/inetd.conf:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'time' -p 'tcp'
chsubserver -r inetd -C /etc/inetd.conf -d -v 'time' -p 'udp'
refresh -s inetd
Default Value:
Enabled