=== modified file 'debian/mandos.postinst' --- debian/mandos.postinst 2019-02-10 08:41:14 +0000 +++ debian/mandos.postinst 2019-08-02 22:16:53 +0000 @@ -50,6 +50,10 @@ invoke-rc.d mandos start fi fi + # Reload D-Bus daemon to be aware of the _mandos user & group + if [ -x /etc/init.d/dbus ]; then + invoke-rc.d dbus force-reload || : + fi if ! dpkg-statoverride --list "/var/lib/mandos" >/dev/null \ 2>&1; then chown _mandos:_mandos /var/lib/mandos