sonic-buildimage/files/image_config/watchdog-control/watchdog-control.service
Sujin Kang b4452edb8a Add disabling HW watchdog during boot for fast-reboot and warm-reboot (#4927)
* Add disabling HW watchdog during boot for fast-reboot and warm-reboot case

* typo
2020-07-12 18:08:52 +00: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