Increased debconf priority for username to high.

pull/2789/head
Taloth Saldono 6 years ago
parent 524048c4b4
commit 54160850b2

@ -3,10 +3,12 @@
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
db_beginblock 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 high sonarr/owning_group || true
db_input low sonarr/config_directory || true
db_endblock db_endblock
db_go db_go
exit 0 db_input low sonarr/config_directory || true
db_go
exit 0

@ -2,14 +2,15 @@ Template: sonarr/owning_user
Type: string Type: string
Default: sonarr Default: sonarr
Description: Sonarr user: 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 Template: sonarr/owning_group
Type: string Type: string
Default: sonarr Default: sonarr
Description: Sonarr group: Description: Sonarr group:
Specify the group that Sonarr must run as. The group will be created if it does not already exist. 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 specified as the user's primary group. 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. 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. It's advisable to keep the group the same between download client, Sonarr and media centers.

Loading…
Cancel
Save