Skip to content

Commit

Permalink
Merge pull request #183 from mblair/pedantry-alert-fix-signal-wording
Browse files Browse the repository at this point in the history
Clear up signal name.
  • Loading branch information
aphyr committed Mar 29, 2013
2 parents c230940 + c4a8e85 commit aac0ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deb/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ do_reload() {
# restarting (for example, when it is sent a SIGHUP),
# then implement that here.
#
start-stop-daemon --stop --quiet --signal 1 --pidfile $PIDFILE
start-stop-daemon --stop --quiet --signal HUP --pidfile $PIDFILE
return $?
}

Expand Down

0 comments on commit aac0ad2

Please sign in to comment.