summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.templates
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:39:05 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:39:05 +0100
commit351b289675cc9a52a86f5daedd430942d680c410 (patch)
tree9b27178c1945d9717143a2e1ff08c9eecd898af0 /debian/taler-exchange.templates
parente550acf5779f8b5da31bc97b35f77ff3f1935c0b (diff)
downloadexchange-351b289675cc9a52a86f5daedd430942d680c410.tar.gz
exchange-351b289675cc9a52a86f5daedd430942d680c410.tar.bz2
exchange-351b289675cc9a52a86f5daedd430942d680c410.zip
skeleton for Taler exchange Debian package (not yet working)
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.