Skip to content

Commit

Permalink
[Nokia-7215] Enhance Watchdog (#18851)
Browse files Browse the repository at this point in the history
Mask Watchdog-control.service and make sure only one watchdog service
starts on this platform
  • Loading branch information
Pavan-Nokia committed Jun 5, 2024
1 parent 9e7c85b commit cba1a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=CPU WDT
Conflicts=watchdog-control.service
After=nokia-7215init.service
[Service]
ExecStart=/usr/local/bin/cpu_wdt.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sh /usr/sbin/nokia-7215_plt_setup.sh
systemctl enable nokia-7215init.service
systemctl start nokia-7215init.service

systemctl mask --now watchdog-control.service

systemctl enable cpu_wdt.service
systemctl start cpu_wdt.service

Expand Down

0 comments on commit cba1a69

Please sign in to comment.