mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Syntax fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
8131129099
commit
55e7b2fe58
@ -184,7 +184,7 @@ Now, we can use our NTP server as the time server for your macOS. Set the time s
|
|||||||
|
|
||||||
Verify that NTP works on your macOS host:
|
Verify that NTP works on your macOS host:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sntp 127.0.0.1
|
sntp 127.0.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -198,7 +198,7 @@ macOS synchronizes time with the NTP server around once every 20 minutes. This c
|
|||||||
|
|
||||||
To work around this, create a cron job to have macOS synchronize time every minute as `root`:
|
To work around this, create a cron job to have macOS synchronize time every minute as `root`:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
sudo crontab -e
|
sudo crontab -e
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user