Tells fish to run this function when the specified signal is delivered. The signal can be a signal number or signal name.
Declarations
Type
null or string or signed integerDefault
nullExample
[
"SIGHUP"
"HUP"
1
]Tells fish to run this function when the specified signal is delivered. The signal can be a signal number or signal name.
null or string or signed integernull[
"SIGHUP"
"HUP"
1
]