Skip to content

Commit

Permalink
Merge pull request #6482 from herver/wip-13709
Browse files Browse the repository at this point in the history
rgw: fix reload on non Debian systems.

Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Boris Ranto <branto@redhat.com>
  • Loading branch information
b-ranto committed Nov 18, 2015
2 parents 5a2d24b + 1b000ab commit 16ef1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init-radosgw
Expand Up @@ -118,7 +118,7 @@ case "$1" in
if [ $DEBIAN -eq 1 ]; then
start-stop-daemon --stop --signal HUP -x $RADOSGW --oknodo
else
killproc $RADOSGW -SIGHUP
killproc $RADOSGW -HUP
fi
;;
restart|force-reload)
Expand Down

0 comments on commit 16ef1da

Please sign in to comment.