summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.templates
blob: 8cc9d1d4a5599f7b4d5e559a4f840774a702bd08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Template: taler-exchange/eusername
Type: string
Default: taler-exchange-httpd
_Description: Taler user:
 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.

Template: taler-exchange/rsecusername
Type: string
Default: taler-exchange-helper-rsa
_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
Default: taler-exchange-helper-eddsa
_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
Default: taler-exchange-wire
_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
Default: taler-exchange-aggregator
_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:
 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.
 Only the members of this group will have access to Taler private
 online signing keys.

Template: taler-exchange/autostart
Type: boolean
Default: true
_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.