Remover o arquivo que lista as listas negras:
rm /etc/apt/preferences.d/systemd
Instalar o systemd:
apt-get update && apt-get install systemd dbus systemd-sysv
reboot
Remover o SysVInit:
apt-get remove sysvinit
Bananian 15.08 é baseado no Debian Jessie, mas ainda usa o sysvinit ao invés do systemd.
Como desativar o SysVinit e mudar para o systemd?
Remover o arquivo que lista as listas negras:
rm /etc/apt/preferences.d/systemd
Instalar o systemd:
apt-get update && apt-get install systemd dbus systemd-sysv
reboot
Remover o SysVInit:
apt-get remove sysvinit
Tags systemd