Skip to content

Commit

Permalink
Fix modprobe_attachment and sysctl_attachment failed in remote mode (…
Browse files Browse the repository at this point in the history
…BugFix) (#1214)
  • Loading branch information
eugene-yujinwu authored Apr 29, 2024
1 parent 9ff53ee commit 068f142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/base/units/info/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ _description: Attaches info on system memory as seen in /proc/meminfo.
id: modprobe_attachment
plugin: attachment
category_id: com.canonical.plainbox::info
user: root
command: find /etc/modprobe.* -name \*.conf -exec cat {} +
estimated_duration: 0.015
_description: Attaches the contents of the various modprobe conf files.
Expand Down Expand Up @@ -161,6 +162,7 @@ _summary: Attach the contents of /etc/modules
id: sysctl_attachment
plugin: attachment
category_id: com.canonical.plainbox::info
user: root
command: find /etc/sysctl.* -name \*.conf -exec cat {} +
estimated_duration: 0.014
_description: Attaches the contents of various sysctl config files.
Expand Down

0 comments on commit 068f142

Please sign in to comment.