Changes between Initial Version and Version 1 of Ticket #753, comment 7
- Timestamp:
- 04/15/16 16:05:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #753, comment 7
initial v1 9 9 }}} 10 10 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.11 The --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. 12 12 13 13 in its restart function, it simply runs a stop() and then start().