diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd/init | 4 |
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 | |||
83 | ;; | 83 | ;; |
84 | stop) | 84 | stop) |
85 | echo "Stopping udevd" | 85 | echo "Stopping udevd" |
86 | start-stop-daemon --stop --name udevd --quiet | 86 | start-stop-daemon --stop --name systemd-udevd --quiet |
87 | ;; | 87 | ;; |
88 | restart) | 88 | restart) |
89 | $0 stop | 89 | $0 stop |
@@ -91,7 +91,7 @@ case "$1" in | |||
91 | $0 start | 91 | $0 start |
92 | ;; | 92 | ;; |
93 | status) | 93 | status) |
94 | status udevd | 94 | status systemd-udevd |
95 | ;; | 95 | ;; |
96 | *) | 96 | *) |
97 | echo "Usage: $0 {start|stop|status|restart}" | 97 | echo "Usage: $0 {start|stop|status|restart}" |