Skip to content

Commit fda20c1

Browse files
Update 2020-10-31-fist-13-things-linux.md (#170)
Fix for NTP command line entry to toggle service off.
1 parent 2cb2978 commit fda20c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-10-31-fist-13-things-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ NTP=192.168.0.4
178178
```
179179

180180
```bash
181-
sudo timedatectl set-net off
181+
sudo timedatectl set-ntp off
182182
```
183183

184184
```bash

0 commit comments

Comments
 (0)