summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd/init b/meta/recipes-core/systemd/systemd/init
index 7e67a50b66..41c41366bd 100644
--- a/meta/recipes-core/systemd/systemd/init
+++ b/meta/recipes-core/systemd/systemd/init
@@ -83,7 +83,7 @@ case "$1" in
;;
stop)
echo "Stopping udevd"
- start-stop-daemon --stop --name udevd --quiet
+ start-stop-daemon --stop --name systemd-udevd --quiet
;;
restart)
$0 stop
@@ -91,7 +91,7 @@ case "$1" in
$0 start
;;
status)
- status udevd
+ status systemd-udevd
;;
*)
echo "Usage: $0 {start|stop|status|restart}"