Skip to content

Commit e0a6af3

Browse files
Merge pull request #237613 from AjayBathini-MSFT/patch-67
(AzureCXP) fixes MicrosoftDocs/azure-docs#109314
2 parents c7fab9d + e6f1154 commit e0a6af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/update-linux-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ sudo sed -i 's/\# AutoUpdate.Enabled=y/AutoUpdate.Enabled=y/g' /etc/waagent.conf
342342
4. Restart the waagent service:
343343
344344
```bash
345-
sudo systemctl restart waagent
345+
sudo service waagent restart
346346
```
347347
348348
5. Validate waagent service is up and running

0 commit comments

Comments
 (0)