SignalHandler::SIGHUP
The SIGHUP signal is sent to a process when its controlling terminal is closed. It was originally designed to notify the process of a serial line drop (a hangup). In modern systems, this signal usually means that the controlling pseudo or virtual terminal has been closed. Many daemons will reload their configuration files and reopen their logfiles instead of exiting when receiving this signal. nohup is a command to make a command ignore the signal.
File
-
vendor/
seld/ signal-handler/ src/ SignalHandler.php, line 30
Class
- SignalHandler
- SignalHandler and factory
Namespace
Seld\SignalCode
public const SIGHUP = 'SIGHUP';