From 0f6744bc86924cb7533e57a6a58fc310119103ae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 17:25:24 +0100 Subject: [PATCH] packaging: fix init script user name (again) Signed-off-by: Ian Jackson --- debian/hippotat-common.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2