Changes between Initial Version and Version 1 of Ticket #753, comment 7


Ignore:
Timestamp:
04/15/16 16:05:14 (8 years ago)
Author:
micah@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #753, comment 7

    initial v1  
    99}}}
    1010
    11 The --stop argument will send a SIGTERM to all matching processes. However its possible to send a different signal with the --signal option, so it could be changed to send a SIGQUIT instead, so maybe that is what it should do instead.
     11The --stop argument will send a SIGTERM to all matching processes. However its possible to send a different signal with the --signal option, or the --retry option, and it seems like it is sending this option as $STOP_SCHEDULE which is by default set to 'QUIT/5' for systemd, and STOP_SCHEDULE="${STOP_SCHEDULE:-QUIT/5/TERM/5/KILL/5}" for the initscript.
    1212
    1313in its restart function, it simply runs a stop() and then start().