This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/files/image_config/watchdog-control/watchdog-control.service
Sujin Kang ff6cb6c402 Add disabling HW watchdog during boot for fast-reboot and warm-reboot ()
* Add disabling HW watchdog during boot for fast-reboot and warm-reboot case

* typo
2020-08-09 11:25:31 -07:00

11 lines
169 B
Desktop File

[Unit]
Description=watchdog control service
After=swss.service
[Service]
Type=simple
ExecStart=/usr/local/bin/watchdog-control.sh
[Install]
WantedBy=multi-user.target