summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/taler-exchange.templates')
-rw-r--r--debian/taler-exchange.templates26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/taler-exchange.templates b/debian/taler-exchange.templates
new file mode 100644
index 000000000..f791b066e
--- /dev/null
+++ b/debian/taler-exchange.templates
@@ -0,0 +1,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.