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/taler-exchange.README.Debian | |
parent | 5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2 (diff) |
setup better paths, use Debian-specific systemd clean up logic instead of hacking around manually, improve README
Diffstat (limited to 'debian/taler-exchange.README.Debian')
-rw-r--r-- | debian/taler-exchange.README.Debian | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/debian/taler-exchange.README.Debian b/debian/taler-exchange.README.Debian index 54aae8ea1..72adb7908 100644 --- a/debian/taler-exchange.README.Debian +++ b/debian/taler-exchange.README.Debian @@ -1,16 +1,22 @@ taler-exchange -------------- -By default, the Taler exchange will start automatically when the system is booted. -If you prefere to start it manually when you use it, change its configuration -with: - - # dpkg-reconfigure -plow taler-exchange +Note that the configuration installed in /etc/taler.conf is incomplete and +that Debian cannot launch an exchange with this minimal template. You must +setup the currency, denominations and bank account access details before +launching the Taler exchange can possibly succeed. In order to start, stop or restart manually the server, use: - # /etc/init.d/taler-exchange + # systemctl start taler-exchange + # systemctl stop taler-exchange + # systemctl restart taler-exchange + +To permanently the exchange whenever the system boots, use: + + # systemctl enable taler-exchange -with the parameter start, stop or restart. +None of these are done by the Debian package because we cannot provide the +required complete configuration details. -- Christian Grothoff <grothoff@gnu.org> Mon 28 Dec 2020 11:37:14 AM CET |