Re: [libvirt] [PATCHv2 1/2] systemd: require dbus service

2012-12-04 Thread Guannan Ren
On 12/05/2012 11:43 AM, Eric Blake wrote: https://bugzilla.redhat.com/show_bug.cgi?id=830201 The initscript and upstart services depend on dbus starting before libvirtd. When we first wrote the systemd script, we tried to do the same, but we depended on dbus.target (which does not exist) in com

[libvirt] [PATCHv2 1/2] systemd: require dbus service

2012-12-04 Thread Eric Blake
https://bugzilla.redhat.com/show_bug.cgi?id=830201 The initscript and upstart services depend on dbus starting before libvirtd. When we first wrote the systemd script, we tried to do the same, but we depended on dbus.target (which does not exist) in comparison to network.target (which does exist)