Skip to content

Commit 668915b

Browse files
authored
small fixes in providername and reload
1 parent a85fed5 commit 668915b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: templates/etc/init.d/debian_redis-sentinel.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
#
33
### BEGIN INIT INFO
4-
# Provides: redis-sentinel
4+
# Provides: redis-sentinel_<%= @sentinel_name %>
55
# Required-Start: $syslog $remote_fs
66
# Required-Stop: $syslog $remote_fs
77
# Should-Start: $local_fs
@@ -96,7 +96,7 @@ case "$1" in
9696
restart
9797
;;
9898
reload)
99-
rh_status_q || exit 7
99+
status_q || exit 7
100100
reload
101101
;;
102102
status)

0 commit comments

Comments
 (0)