Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from hskwirblies/master
Browse files Browse the repository at this point in the history
init stop fix
  • Loading branch information
hskwirblies committed May 8, 2015
2 parents c22f865 + 660f448 commit eaa15d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/init.d/redhat_redis-server.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ start() {

stop() {
echo -n $"Stopping $prog: "
killproc $prog -QUIT
killproc $prog
retval=$?
echo
[ $retval -eq 0 ] && rm -f $lockfile
Expand Down

1 comment on commit eaa15d2

@jehrhardt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.