Searched refs:notify_socket (Results 1 – 1 of 1) sorted by relevance
3856 const char *notify_socket = getenv("NOTIFY_SOCKET"); in redisSupervisedSystemd() local3863 if (!notify_socket) { in redisSupervisedSystemd()3869 if ((strchr("@/", notify_socket[0])) == NULL || strlen(notify_socket) < 2) { in redisSupervisedSystemd()3876 "Can't connect to systemd socket %s", notify_socket); in redisSupervisedSystemd()3882 strncpy (su.sun_path, notify_socket, sizeof(su.sun_path) -1); in redisSupervisedSystemd()3885 if (notify_socket[0] == '@') in redisSupervisedSystemd()3895 strlen(notify_socket); in redisSupervisedSystemd()3915 const char *notify_socket = getenv("NOTIFY_SOCKET"); in redisIsSupervised() local3919 } else if (notify_socket) { in redisIsSupervised()