summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/init')
-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 ac56ccaa72..971e4e9cd2 100644
--- a/meta/recipes-core/systemd/systemd/init
+++ b/meta/recipes-core/systemd/systemd/init
@@ -87,7 +87,7 @@ case "$1" in
87 ;; 87 ;;
88 stop) 88 stop)
89 echo "Stopping udevd" 89 echo "Stopping udevd"
90 start-stop-daemon --stop --name udevd --quiet 90 start-stop-daemon --stop --name systemd-udevd --quiet
91 ;; 91 ;;
92 restart) 92 restart)
93 $0 stop 93 $0 stop
@@ -95,7 +95,7 @@ case "$1" in
95 $0 start 95 $0 start
96 ;; 96 ;;
97 status) 97 status)
98 status udevd 98 status systemd-udevd
99 ;; 99 ;;
100 *) 100 *)
101 echo "Usage: $0 {start|stop|status|restart}" 101 echo "Usage: $0 {start|stop|status|restart}"