summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-10-19 12:45:25 -0400
committerGunnar Mills <gmills@us.ibm.com>2018-10-25 18:51:03 +0000
commitf600673d2df96bbba6228090ac3a84eaee5312d9 (patch)
treebf89e3e19d02e7c8f288e7ff74225e58ac85e0dc
parenta69423d9b213d55b7380610ff4a49253f4d52b24 (diff)
downloadopenbmc-docs-f600673d2df96bbba6228090ac3a84eaee5312d9.tar.gz
openbmc-docs-f600673d2df96bbba6228090ac3a84eaee5312d9.zip
dev-doc: Fix typo on BMC service restart
Change-Id: I6c99b14788b7d81da28a94cdacb1fe99421e36ce Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-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