summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/sdk-hello-world.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/sdk-hello-world.md b/development/sdk-hello-world.md
index bf69bbf..3af72ec 100644
--- a/development/sdk-hello-world.md
+++ b/development/sdk-hello-world.md
@@ -94,7 +94,7 @@ common directory like ~/Code/.
on this, but for now just run the following to restart the BMC state service
and have it pick up your new application:
```
- systemctl restart xyz.openbmc_project.State.service
+ systemctl restart xyz.openbmc_project.State.BMC.service
```
Since systemd started your service, the
OpenPOWER on IntegriCloud