From 351b289675cc9a52a86f5daedd430942d680c410 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Dec 2020 11:39:05 +0100 Subject: skeleton for Taler exchange Debian package (not yet working) --- debian/taler-exchange.templates | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/taler-exchange.templates (limited to 'debian/taler-exchange.templates') 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. -- cgit v1.2.3