SIGHIP not SUGHUP
This commit is contained in:
parent
eef665c6b8
commit
b9a7f6fbcb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void Openbox::signalHandler(int signal)
|
|||
instance->restart();
|
||||
break;
|
||||
|
||||
case SUGHUP:
|
||||
case SIGHUP:
|
||||
case SIGINT:
|
||||
case SIGTERM:
|
||||
case SIGPIPE:
|
||||
|
|
Loading…
Reference in a new issue