Skip to content

Commit 1ff3742

Browse files
authored
Add step to restart chronyd service
1 parent 29dff13 commit 1ff3742

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/confidential-computing/confidential-vm-faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,8 @@ sections:
225225
``` Ubuntu Linux
226226
sed -i '/^#pool.*ntp/s/^#//' /etc/chrony/chrony.conf
227227
```
228+
3. Restart the chronyd service to synchorize to current time.
229+
``` Ubuntu Linux
230+
systemctl restart chronyd.service
231+
```
228232

0 commit comments

Comments
 (0)