Files
OpenBMC/meta-luxshare/recipes-phosphor/watchdog/disable-wdt/disable-wdt.service
T
2026-04-23 17:07:55 +08:00

11 lines
186 B
Desktop File
Executable File

[Unit]
Description=Disable the watchdog
[Service]
Type=oneshot
ExecStart=/usr/bin/disable-wdt
ExecStart=bash -c "echo -1 > /proc/sys/kernel/panic"
[Install]
WantedBy=multi-user.target