Commit 9911880
Fix trigger of CDI refresh service
Commit 1f5ce73 ("Fix trigger of CDI refresh service") did not allow
for compressed modules with suffixes such as .zst or .gz. This change
relaxes the matching to not require that the kernel module (including
extension) be followed by a colon. This allows compressed kernel modules
to also be matched.
Also fix systemd warning:
/etc/systemd/system/nvidia-cdi-refresh.service:26:
Ignoring unknown escape sequences: "/(nvidia|nvidia-current)\.ko[:]"
Signed-off-by: Ed Swarthout <Ed.Swarthout@gmail.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>1 parent df77c43 commit 9911880
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments