utmpd Daemon
The utmpd daemon monitors /var/adm/utmpx (and /var/adm/utmp in earlier Oracle Solaris versions) to ensure that utmp entries inserted by non-root processes by pututxline are cleaned up on process termination.
Two entries in /etc/default/utmpd are supported:
-
SCAN_PERIOD– The number of seconds thatutmpdsleeps between checks of/procto see if monitored processes are still alive. The default is 300. -
MAX_FDS– The maximum number of processes thatutmpdattempts to monitor. The default value is 4096 and should never need to be changed.