diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-16 15:27:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-16 15:27:20 +0200 |
commit | b9307ec82d59fd266b39bd7ec4302cee0ffea137 (patch) | |
tree | d561fd3b8a13040f6edabd03499e3a74e0e21270 /README | |
parent | Fix warnings (diff) | |
download | coopgammad-b9307ec82d59fd266b39bd7ec4302cee0ffea137.tar.gz coopgammad-b9307ec82d59fd266b39bd7ec4302cee0ffea137.tar.bz2 coopgammad-b9307ec82d59fd266b39bd7ec4302cee0ffea137.tar.xz |
The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -78,6 +78,14 @@ SIGNALS SIGUSR1 Reexecute the process to an updated version. + SIGRTMIN+0 + Disconnect from the display server or + graphics card. + + SIGRTMIN+1 + Reconnect to the display server or graphics + card. + RATIONALE After reading the description section, the need for this should be obvious. |