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)
This commit is contained in:
Sujin Kang 2019-12-14 09:42:36 -08:00 committed by Ying Xie
parent ca1c5bc0c4
commit 0510fc7258
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ After=swss.service
[Service]
Type=simple
ExecStart=/usr/bin/watchdog-control.sh
ExecStart=/usr/local/bin/watchdog-control.sh
[Install]
WantedBy=multi-user.target

View File