mirror of
https://github.com/fluencelabs/redis
synced 2025-04-27 11:32:13 +00:00
Fixes a typo
This commit is contained in:
parent
bf30f5a739
commit
cd9f7c6976
@ -3820,7 +3820,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;
|
||||||
@ -3844,7 +3844,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