Searched refs:notify_socket (Results 1 – 1 of 1) sorted by relevance
3968 const char *notify_socket = getenv("NOTIFY_SOCKET"); in redisSupervisedSystemd() local3975 if (!notify_socket) { in redisSupervisedSystemd()3981 if ((strchr("@/", notify_socket[0])) == NULL || strlen(notify_socket) < 2) { in redisSupervisedSystemd()3988 "Can't connect to systemd socket %s", notify_socket); in redisSupervisedSystemd()3994 strncpy (su.sun_path, notify_socket, sizeof(su.sun_path) -1); in redisSupervisedSystemd()3997 if (notify_socket[0] == '@') in redisSupervisedSystemd()4007 strlen(notify_socket); in redisSupervisedSystemd()4027 const char *notify_socket = getenv("NOTIFY_SOCKET"); in redisIsSupervised() local4031 } else if (notify_socket) { in redisIsSupervised()