The SIGTTIN signal is sent to a process when it attempts to read in from the tty while in the background. Typically, this signal is received only by processes under job control; daemons do not have controlling
public const SIGTTIN = 'SIGTTIN';