summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.templates
blob: f791b066e71d4e0afbaabce5edfeabc6e70d2522 (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
Template: taler-systempeer/username
Type: string
Default: taler
_Description: Taler user:
 Please choose the user that the Taler server 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-systempeer/groupname
Type: string
Default: taler
_Description: Taler group:
 Please choose the group that the Taler peer process 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 data, and
 be allowed to start and stop the Taler server.

Template: taler-systempeer/autostart
Type: boolean
Default: true
_Description: Should the Taler server be launched on boot?
 If you choose this option, a Taler peer will be launched each time
 the system is started. Otherwise, you will need to launch
 Taler each time you want to use it.