exchange/debian/taler-exchange.templates

65 lines
2.3 KiB
Plaintext
Raw Normal View History

2020-12-28 13:14:11 +01:00
Template: taler-exchange/eusername
Type: string
2020-12-31 22:04:14 +01:00
Default: taler-exchange-httpd
_Description: Taler user:
2020-12-28 13:14:11 +01:00
Please choose the user that the taler-exchange-httpd process will run as.
.
This should be a dedicated account. If the specified account does not
already exist, it will automatically be created, with no login shell.
2020-12-28 13:14:11 +01:00
Template: taler-exchange/rsecusername
Type: string
2020-12-31 22:04:14 +01:00
Default: taler-exchange-helper-rsa
2020-12-28 13:14:11 +01:00
_Description: Taler user:
Please choose the user that the taler-exchange-helper-rsa process will run as.
.
This should be a dedicated account. If the specified account does not
already exist, it will automatically be created, with no login shell.
Template: taler-exchange/esecusername
Type: string
2020-12-31 22:04:14 +01:00
Default: taler-exchange-helper-eddsa
2020-12-28 13:14:11 +01:00
_Description: Taler user:
Please choose the user that the taler-exchange-helper-eddsa process will run as.
.
This should be a dedicated account. If the specified account does not
already exist, it will automatically be created, with no login shell.
Template: taler-exchange/wireusername
Type: string
2020-12-31 22:04:14 +01:00
Default: taler-exchange-wire
2020-12-28 13:14:11 +01:00
_Description: Taler user:
Please choose the user that the taler-exchange-transfer and
taler-exchange-wirewatch processes will run as.
.
This should be a dedicated account. If the specified account does not
already exist, it will automatically be created, with no login shell.
Template: taler-exchange/aggrusername
Type: string
2020-12-31 22:04:14 +01:00
Default: taler-exchange-aggregator
2020-12-28 13:14:11 +01:00
_Description: Taler user:
Please choose the user that the taler-exchange-aggregator process will run as.
.
This should be a dedicated account. If the specified account does not
already exist, it will automatically be created, with no login shell.
Template: taler-exchange/groupname
Type: string
Default: taler
_Description: Taler group:
2020-12-28 13:14:11 +01:00
Please choose the group that the Taler exchange and security
modules will run as.
.
This should be a dedicated group, not one that already owns data.
2020-12-28 13:14:11 +01:00
Only the members of this group will have access to Taler private
online signing keys.
2020-12-28 13:14:11 +01:00
Template: taler-exchange/autostart
Type: boolean
Default: true
2020-12-28 13:14:11 +01:00
_Description: Should the Taler exchange be launched on boot?
If you choose this option, a Taler exchange will be launched each time
the system is started. Otherwise, you will need to launch
Taler each time you want to use it.