From 54160850b210dbb53722dd14ca52c208ab9ed391 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Thu, 29 Nov 2018 19:57:29 +0100 Subject: [PATCH] Increased debconf priority for username to high. --- distribution/debian/config | 8 +++++--- distribution/debian/templates | 7 ++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/distribution/debian/config b/distribution/debian/config index 28d9b5bce..18d4721b2 100644 --- a/distribution/debian/config +++ b/distribution/debian/config @@ -3,10 +3,12 @@ . /usr/share/debconf/confmodule db_beginblock -db_input medium sonarr/owning_user || true +db_input high sonarr/owning_user || true db_input high sonarr/owning_group || true -db_input low sonarr/config_directory || true db_endblock db_go -exit 0 \ No newline at end of file +db_input low sonarr/config_directory || true +db_go + +exit 0 diff --git a/distribution/debian/templates b/distribution/debian/templates index 6401510b9..ba3cf2615 100644 --- a/distribution/debian/templates +++ b/distribution/debian/templates @@ -2,14 +2,15 @@ Template: sonarr/owning_user Type: string Default: sonarr Description: Sonarr user: - Specify the user that Sonarr must run as. The user will be created if it does not already exist. + Specify the user that is used to run Sonarr. The user will be created if it does not already exist. + The default 'sonarr' should work fine for most users. You can specify the user group next. Template: sonarr/owning_group Type: string Default: sonarr Description: Sonarr group: - Specify the group that Sonarr must run as. The group will be created if it does not already exist. - If the user doesn't already exist then this group will be specified as the user's primary group. + Specify the group that is used to run Sonarr. The group will be created if it does not already exist. + If the user doesn't already exist then this group will be used as the user's primary group. Any media files created by Sonarr will be writeable by this group. It's advisable to keep the group the same between download client, Sonarr and media centers.