systemd-udevd: fix invoking init script failed
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 18 Jun 2013 12:25:14 +0000 (20:25 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jun 2013 16:33:17 +0000 (17:33 +0100)
commit2b2f6888c473b9f5574b38f94dcfa478d2c09566
tree223ca39de3a56572dbc5107353fa747bbc8ff28d
parent87a8e3ea855d641d33bbbf29a411c3e719346a48
systemd-udevd: fix invoking init script failed

root@emenlow-noemgd:~# /etc/init.d/systemd-udevd restart
Stopping udevd
Starting udev
corrupt queue file
root@emenlow-noemgd:~# /etc/init.d/systemd-udevd status
udevd is stopped
root@emenlow-noemgd:~# ps
3805 root      8728 S    /lib/systemd/systemd-udevd

The process name is systemd-udevd rather than udev which is
used in systemd-udevd's init script.

[YOCTO #4746]

(From OE-Core rev: 8f59aa06f3eb955d58600dfc628bd3b5d2aa0f9a)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd/init