Skip to content

Commit

Permalink
update comments to reflect change in signal handling
Browse files Browse the repository at this point in the history
  • Loading branch information
guns committed Oct 4, 2010
1 parent 6e63dc8 commit 194291d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/delayed/daemon_tasks.rb
Expand Up @@ -7,8 +7,8 @@
# of SIGCLD.
#
# We can restart worker processes by sending SIGHUP to the master process or by
# killing them directly. Sending SIGTERM, SIGINT, or SIGQUIT to the master
# instructs it to kill its children and terminate.
# killing them directly. Sending SIGTERM to the master instructs it to kill its
# children and terminate.
#
# Alternately, there are the tasks `jobs:daemon:restart' and `jobs:daemon:stop'
#
Expand Down

0 comments on commit 194291d

Please sign in to comment.