Skip to content

Commit

Permalink
Re-introduce wireless/check_iwlwifi_microcode_crash_{interface} templ…
Browse files Browse the repository at this point in the history
…ate (BugFix) (#1058)

Re-introduce wireless/check_iwlwifi_microcode_crash_{interface} template

Commit da9c843 mistakenly removed this job.
  • Loading branch information
pieqq authored Mar 17, 2024
1 parent fbc7fd8 commit 44498aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions providers/base/units/wireless/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -576,3 +576,15 @@ command:
estimated_duration: 2.0
depends: wireless/nm_connection_save_{interface}
flags: preserve-locale also-after-suspend

unit: template
template-resource: device
template-filter: device.driver == 'iwlwifi'
id: wireless/check_iwlwifi_microcode_crash_{interface}
_summary: Check there have been no iwlwifi crashes
plugin: shell
command: check-iwlwifi-microcode-sw-error.sh
category_id: com.canonical.plainbox::wireless
estimated_duration: 30.0
flags: preserve-locale also-after-suspend
requires: package.name == 'systemd'

0 comments on commit 44498aa

Please sign in to comment.