The SIGTTOU signal is sent to a process when it attempts to write out 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 SIGTTOU = 'SIGTTOU';