diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2014-02-23 10:58:19 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-24 13:17:48 +0000 |
commit | 33e57df46a64c04e14371a494901f11741fa6591 (patch) | |
tree | fddf22df117203edd864e1d7645b56c3886c34b5 /debian | |
parent | 5358647926713c582f531fe3b9e5650d95ed4c42 (diff) | |
download | rspamd-33e57df46a64c04e14371a494901f11741fa6591.tar.gz rspamd-33e57df46a64c04e14371a494901f11741fa6591.zip |
Add debhelper mark to the end of postinst to start daemon after creating user/group
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index c8c5a5aee..f634e81c3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,4 @@ #!/bin/sh -#DEBHELPER# - set -e case "$1" in @@ -32,4 +30,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0 |