Signal Control
This service (the hcpd daemon) takes care of signals as described below.
The following signals are processed as the signals for service stop.
signal name | description |
---|---|
SIGINT | Terminal interruption |
SIGTERM | Terminal end |
When SIGINT is caught, the service will stop after the completion of the transmission at that time. In comparison, SIGTERM will stop at once by aborting the transmission.
The following signals are processed as the signals for service restart (reload).
signal name | description |
---|---|
SIGHUP | Hung-up |
SIGUSR1 | USR1 signal |
The following signals are ignored.
signal name | description |
---|---|
SIGALRM | Alarm |
SIGPIPE | Pipe writing error |
Signals other than the above will not be processed (it behaves following the operating system rules).
The signal numbers may differ depending on the platform. Please refer to the operation system manual.