* 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
11 lines
163 B
Desktop File
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
|