Add optional user and group configuration (fixes #434)

This commit is contained in:
Lukas Schauer
2017-12-18 00:26:01 +01:00
parent f35aed6ae6
commit 2adc57791c
3 changed files with 36 additions and 0 deletions

View File

@@ -10,6 +10,12 @@
# Default values of this config are in comments #
########################################################
# Which user should dehydrated run as? This will be implictly enforced when running as root
#DEHYDRATED_USER=
# Which group should dehydrated run as? This will be implictly enforced when running as root
#DEHYDRATED_GROUP=
# Resolve names to addresses of IP version only. (curl)
# supported values: 4, 6
# default: <unset>