Skip to content

Commit 0932b7f

Browse files
Merge pull request #216961 from eshashah-msft/master
Update device-update-agent-provisioning.md
2 parents 802139e + 735ba12 commit 0932b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub-device-update/device-update-agent-provisioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ This section describes how to start and verify the Device Update agent as a modu
170170
1. Open a Terminal window, and enter the command below.
171171

172172
```shell
173-
sudo systemctl restart adu-agent
173+
sudo systemctl restart deviceupdate-agent
174174
```
175175

176176
1. You can check the status of the agent using the command below. If you see any issues, refer to this [troubleshooting guide](troubleshoot-device-update.md).
177177

178178
```shell
179-
sudo systemctl status adu-agent
179+
sudo systemctl status deviceupdate-agent
180180
```
181181

182182
You should see status OK.

0 commit comments

Comments
 (0)