From: Ian Jackson Date: Sun, 25 Sep 2022 16:25:24 +0000 (+0100) Subject: packaging: fix init script user name (again) X-Git-Tag: hippotat/1.0.0~33 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0f6744bc86924cb7533e57a6a58fc310119103ae;p=hippotat.git packaging: fix init script user name (again) Signed-off-by: Ian Jackson --- diff --git a/debian/hippotat-common.postinst b/debian/hippotat-common.postinst index 96768d9..1984e10 100644 --- a/debian/hippotat-common.postinst +++ b/debian/hippotat-common.postinst @@ -10,4 +10,4 @@ umask 077 pd=/etc/hippotat/secrets.d test -d $pd || \ -install -m 750 -o root -g Debian-hippotat -d $pd +install -m 750 -o root -g _hippotat -d $pd