Skip to content

Commit e909285

Browse files
committed
Removing settings from NOP Linux that do not survive reboots
1 parent c46adbf commit e909285

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

content/en/docs/cluster/nop-linux.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,6 @@ EOT
113113
# Disable NTP - we trigger it one-off in the cluster service
114114
sudo timedatectl set-ntp false
115115

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-
122116
# Removes the large header when logging in
123117
sudo rm -f /etc/update-motd.d/*
124118

0 commit comments

Comments
 (0)