diff --git a/debian/weatherstation-chart.postinst b/debian/weatherstation-chart.postinst index f84a23f..1043214 100644 --- a/debian/weatherstation-chart.postinst +++ b/debian/weatherstation-chart.postinst @@ -6,7 +6,8 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout \ + weatherstation echo "." fi diff --git a/debian/weatherstation-checksensor.postinst b/debian/weatherstation-checksensor.postinst index 917bdf1..bbcc1cb 100644 --- a/debian/weatherstation-checksensor.postinst +++ b/debian/weatherstation-checksensor.postinst @@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout + weatherstation echo "." fi diff --git a/debian/weatherstation-weatherd.postinst b/debian/weatherstation-weatherd.postinst index 917bdf1..92fc740 100644 --- a/debian/weatherstation-weatherd.postinst +++ b/debian/weatherstation-weatherd.postinst @@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then echo -n "Creating user/group 'weatherstation'" >&2 adduser --quiet --system --group --no-create-home \ --disabled-password --disabled-login \ - --shell /bin/false weatherstation + --shell /bin/false --ingroup dailout \ + weatherstation echo "." fi