summarylogtreecommitdiffstats
path: root/portal.install
diff options
context:
space:
mode:
authorStavros Polymenis2016-07-27 22:59:24 +0100
committerStavros Polymenis2016-07-27 23:03:10 +0100
commitca5c5ef420a6de19068404adeea830b44a0f8b62 (patch)
treec998e88e194574ac8a06c9edf1575aa558c91508 /portal.install
parent2c8ccaae2569abc7f7a8b57d9444cfe0f3f9bc33 (diff)
downloadaur-ca5c5ef420a6de19068404adeea830b44a0f8b62.tar.gz
don't create any home directory
Diffstat (limited to 'portal.install')
-rw-r--r--portal.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal.install b/portal.install
index b3187c806790..3ceb52cc9912 100644
--- a/portal.install
+++ b/portal.install
@@ -1,5 +1,5 @@
post_install() {
- getent passwd portal &>/dev/null || useradd -r portal -s /bin/false >/dev/null
+ getent passwd portal &>/dev/null || useradd -r portal -M -s /bin/false >/dev/null
portal-postconf -d $(hostname)
portal-doveconf
true