Use systemd-logind which is present anyway, just masked by default. It requires dbus however:
systemctl unmask systemd-logind
apt install dbus
systemctl start dbus
systemctl start systemd-logind
Use systemd-logind which is present anyway, just masked by default. It requires dbus however:
systemctl unmask systemd-logind
apt install dbus
systemctl start dbus
systemctl start systemd-logind