Skip to content

Commit c37a0d2

Browse files
Update azure-to-azure-replicate-after-migration.md
1 parent 4627dfd commit c37a0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/site-recovery/azure-to-azure-replicate-after-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Install the [Azure Linux VM](../virtual-machines/extensions/agent-linux.md) agen
6262
- For Ubuntu/Debian:
6363

6464
```bash
65-
systemctl enable --now walinuxagent.service
65+
sudo systemctl enable --now walinuxagent.service
6666
```
6767
- For other distributions:
6868

6969
```bash
70-
systemctl enable --now waagent.service
70+
sudo systemctl enable --now waagent.service
7171
```
7272

7373

0 commit comments

Comments
 (0)