Page 1 of 1

getting systemd to run

Posted: Wed Jun 12, 2013 5:58 pm
by macey
I have installed systemd in order to get mpd to run on demand as per:-http://www.musicpd.org/doc/user/ch02s03.html

However, when I try to activate the socket I get:-

Code: Select all

$ systemctl start mpd.socket
Failed to get D-Bus connection: No connection to service manage
D-Bus is running ok.
Can anyone here help me please?
I saw something about adding a parameter to:-

Code: Select all

/boot/cmdline.txt
But was for another o/s

Help much appreciated... :?

Re: getting systemd to run

Posted: Wed Jun 12, 2013 7:51 pm
by macey
macey wrote:I...................
I saw something about adding a parameter to:-

Code: Select all

/boot/cmdline.txt
But was for another o/s

Help much appreciated... :?
Ok, added:-

Code: Select all

init=/bin/systemd
To /boot/cmdline.txt.
Looks ok now.