summaryrefslogtreecommitdiffstats
path: root/debian/deluged.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/deluged.postinst')
-rwxr-xr-xdebian/deluged.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/deluged.postinst b/debian/deluged.postinst
index 4ed3c92..3e043a9 100755
--- a/debian/deluged.postinst
+++ b/debian/deluged.postinst
@@ -14,7 +14,7 @@ case "${1}" in
configure)
if ! getent passwd debian-deluged > /dev/null 2>&1
then
- adduser --system --group --quiet --no-create-home --home /var/lib/deluged debian-deluged
+ useradd --system -g debian-deluged --home-dir /var/lib/deluged debian-deluged
fi
Add_override debian-deluged adm 2750 /var/log/deluged