no puedo iniciar systemd en debian wheezy

no puedo iniciar systemd en debian wheezy

Estoy usando Debian Wheezy 7.8 y quiero comenzar uwsgicomo un servicio. Instalé systemd ( apt-get install systemd) y edité grub ( vim /etc/default/grub) y actualicé esta línea:

GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/bin/systemd"

Actualicé grub y reinicié el sistema. Sin embargo, cuando doy esto:

systemctl

Entiendo esto:

Failed to get D-Bus connection: No connection to service manager.

Cuando doy ps auxme sale esto:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  10648   808 ?        Ss   07:06   0:00 init [2]  

¿No debería ser systemd el PID 1?

¿Qué estoy haciendo mal?

información relacionada