Comment 58 for bug 1325142

Revision history for this message
Laurent O. Coderre (pyro25) wrote :

Hi there!

Frankly, this issue requires some love. I hit it 10 different ways on a ridiculous variety of setups. And as many people pointed, we're talking about LTS here.

Could we just change the postinst script to something like this, and declare this issue over?

# Automatically added by dh_installinit
if [ -x "/etc/init.d/systemd-logind" ] || [ -e "/etc/init/systemd-logind.conf" ]; then
        if [ ! -e "/etc/init/systemd-logind.conf" ]; then
                update-rc.d systemd-logind defaults >/dev/null
        fi
        invoke-rc.d systemd-logind start || true
fi