aboutsummaryrefslogtreecommitdiff
path: root/gnu/gnunet/config/default.conf
blob: ea019ef8818d8234f51358f32d2649b1b2f890d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
# Copyright (C) 2020, 2021 Maxime Devos
# SPDX-License-Identifier: FSFAP
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved.  This file is offered as-is,
# without any warranty.
#
# For compatibility with C GNUnet, it is important that the default UNIXPATH,
# GNUNET_RUNTIME_DIR and GNUNET_USER_RUNTIME_DIR is the same.

[nse]
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-nse.sock

[PATHS]
# Directory for UNIX domain sockets of system-wide services.
GNUNET_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-system-runtime/
# Likewise, for per-user services
GNUNET_USER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/gnunet-${USERHOME:-${USER:-user}}-runtime/