mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Fixes a typo
This commit is contained in:
parent
68e779f34b
commit
31a70a8bcf
@ -3866,7 +3866,7 @@ int redisSupervisedUpstart(void) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
serverLog(LL_NOTICE, "supervised by upstart, will stop to signal readyness");
|
serverLog(LL_NOTICE, "supervised by upstart, will stop to signal readiness");
|
||||||
raise(SIGSTOP);
|
raise(SIGSTOP);
|
||||||
unsetenv("UPSTART_JOB");
|
unsetenv("UPSTART_JOB");
|
||||||
return 1;
|
return 1;
|
||||||
@ -3890,7 +3890,7 @@ int redisSupervisedSystemd(void) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
serverLog(LL_NOTICE, "supervised by systemd, will signal readyness");
|
serverLog(LL_NOTICE, "supervised by systemd, will signal readiness");
|
||||||
if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) {
|
if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) {
|
||||||
serverLog(LL_WARNING,
|
serverLog(LL_WARNING,
|
||||||
"Can't connect to systemd socket %s", notify_socket);
|
"Can't connect to systemd socket %s", notify_socket);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user