Home
last modified time | relevance | path

Searched refs:notify_socket (Results 1 – 1 of 1) sorted by relevance

/redis-3.2.3/src/
H A Dserver.c3856 const char *notify_socket = getenv("NOTIFY_SOCKET"); in redisSupervisedSystemd() local
3863 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() local
3919 } else if (notify_socket) { in redisIsSupervised()