From 5bf57f07cc19fd1d3c013fd4ef8b2bfa3b2826ec Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Tue, 9 May 2023 11:46:08 -0700 Subject: [PATCH] Add postinst to create account --- debian/{postinst.ex => postinst} | 2 ++ 1 file changed, 2 insertions(+) rename debian/{postinst.ex => postinst} (92%) diff --git a/debian/postinst.ex b/debian/postinst similarity index 92% rename from debian/postinst.ex rename to debian/postinst index 3937af5..dd9254b 100644 --- a/debian/postinst.ex +++ b/debian/postinst @@ -31,6 +31,8 @@ case "$1" in ;; esac +adduser --system --group --no-create-home --home=/var/lib/adsms --quiet adsms + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.