0510fc7258
* Correct the watch-control service to call the right script * make watchdog-control.sh executable (chmod +x)
11 lines
169 B
Desktop File
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
|