Estou usando o Debian Wheezy 7.8 e quero começar uwsgi
como um serviço. Instalei o systemd( apt-get install systemd
) e editei o grub( vim /etc/default/grub
) e atualizei esta linha:
GRUB_CMDLINE_LINUX_DEFAULT="quiet init=/bin/systemd"
Atualizei o grub e reiniciei o sistema. No entanto, quando eu dou isso:
systemctl
Eu entendi isso:
Failed to get D-Bus connection: No connection to service manager.
Quando eu dou ps aux
recebo isso:
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]
O PID 1 não deveria ser systemd?
O que estou fazendo de errado?