diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 23:09:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 23:09:12 +0100 |
commit | 53abae740398634db9ec4685ac6b9016cb5642f3 (patch) | |
tree | db2824e3b2d55a192ae9c9afd847deb2318cffda /debian/etc | |
parent | 5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2 (diff) |
setup better paths, use Debian-specific systemd clean up logic instead of hacking around manually, improve README
Diffstat (limited to 'debian/etc')
-rw-r--r-- | debian/etc/taler.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/etc/taler.conf b/debian/etc/taler.conf index e69de29bb..4d721e02c 100644 --- a/debian/etc/taler.conf +++ b/debian/etc/taler.conf @@ -0,0 +1,5 @@ +[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/ |