sonic-buildimage/files/image_config/watchdog-control/watchdog-control.service
Sujin Kang 0510fc7258 Correct the watch-control service to call the right script (#3906)
* Correct the watch-control service to call the right script

* make watchdog-control.sh executable (chmod +x)
2019-12-14 09:42:36 -08: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