We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46adbf commit e909285Copy full SHA for e909285
1 file changed
content/en/docs/cluster/nop-linux.md
@@ -113,12 +113,6 @@ EOT
113
# Disable NTP - we trigger it one-off in the cluster service
114
sudo timedatectl set-ntp false
115
116
-# Disable the kernel watchdogs
117
-echo 0 | sudo tee /proc/sys/kernel/soft_watchdog
118
-echo 0 | sudo tee /proc/sys/kernel/nmi_watchdog
119
-echo 0 | sudo tee /proc/sys/kernel/watchdog
120
-echo 0 | sudo tee /proc/sys/kernel/watchdog_thresh
121
-
122
# Removes the large header when logging in
123
sudo rm -f /etc/update-motd.d/*
124
0 commit comments