diff options
Diffstat (limited to 'sysdep/unix/wg_user.h')
-rw-r--r-- | sysdep/unix/wg_user.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdep/unix/wg_user.h b/sysdep/unix/wg_user.h index 6ecceecb..dc15fdf2 100644 --- a/sysdep/unix/wg_user.h +++ b/sysdep/unix/wg_user.h @@ -3,7 +3,9 @@ #include "sysdep/config.h" -#define SOCKET_PATH PATH_RUNSTATEDIR "/" +#ifndef SOCKET_PATH +#define SOCKET_PATH PATH_RUNSTATEDIR "/wireguard/" +#endif SOCKET_PATH struct pool; struct wg_device; |