Do not attempt to connect to the socket as a client if systemd is active, from

Julien Moutinho in GitHub issue 3345.
This commit is contained in:
Nicholas Marriott
2022-10-18 15:58:06 +01:00
parent 934f357149
commit 5ce34add77
3 changed files with 13 additions and 0 deletions

View File

@ -423,6 +423,7 @@ void *recallocarray(void *, size_t, size_t, size_t);
#ifdef HAVE_SYSTEMD
/* systemd.c */
int systemd_activated(void);
int systemd_create_socket(int, char **);
#endif