diff options
Diffstat (limited to 'debian/etc')
-rw-r--r-- | debian/etc/taler/exchange-system.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/etc/taler/exchange-system.conf b/debian/etc/taler/exchange-system.conf index bdf53fce7..2b7f34304 100644 --- a/debian/etc/taler/exchange-system.conf +++ b/debian/etc/taler/exchange-system.conf @@ -6,14 +6,15 @@ [PATHS] -# Move runtime data "tmp" directory to /var/lib/taler-exchange/ -# to possibly provide additional protection from unwarranted access. -TALER_RUNTIME_DIR = /var/lib/taler-exchange/tmp/ +TALER_RUNTIME_DIR = /run/taler-exchange-private [exchange] # Debian package is configured to use a reverse proxy with a UNIX # domain socket. See nginx/apache configuration files. +# +# FIXME: This should be set to something like "NONE" +# since systemd creates the socket for us. SERVE = UNIX UNIXPATH = /var/lib/taler-exchange/exchange.sock |