Skip to content

Commit

Permalink
[Nokia-7215] Enhance Watchdog service
Browse files Browse the repository at this point in the history
Make sure that platform watchdog always starts after watchdog-control.service
  • Loading branch information
Pavan-Nokia committed May 14, 2024
1 parent 07cd4ff commit f8adf12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=CPU WDT
After=nokia-7215init.service
After=nokia-7215init.service watchdog-control.service
[Service]
ExecStart=/usr/local/bin/cpu_wdt.py

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ systemctl enable nokia-7215init.service
systemctl start nokia-7215init.service

systemctl enable cpu_wdt.service
systemctl start cpu_wdt.service
systemctl --no-block start cpu_wdt.service

exit 0

0 comments on commit f8adf12

Please sign in to comment.