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 aea18165a8
Add watchdog-control service to disable watchdog during bootup (#3877)
* Add watchdog-control service to disable watchdog during bootup

Disable only if it's applicable and the watchdog is enabled.

* Address the review comment

* Correct the watchdog start script name

* Change to call common watchdog api instead of platform specific

* Start watchdog control service after swss starts

* advance sonic-utility submodule
2019-12-13 12:44:11 -08:00

11 lines
163 B
Desktop File

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