Skip to content

RDK-60808: systemd service file added for devicediagnostics plugin#182

Open
dnnaveen151027 wants to merge 1 commit intodevelopfrom
topic/RDK-60808
Open

RDK-60808: systemd service file added for devicediagnostics plugin#182
dnnaveen151027 wants to merge 1 commit intodevelopfrom
topic/RDK-60808

Conversation

@dnnaveen151027
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 25, 2026 09:58
@dnnaveen151027 dnnaveen151027 requested a review from a team as a code owner February 25, 2026 09:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 25, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new systemd unit to activate the WPEFramework DeviceDiagnostics plugin as part of the existing plugin-startup service pattern.

Changes:

  • Introduces wpeframework-devicediagnostics.service to run PluginActivator org.rdk.DeviceDiagnostics as a oneshot service.
  • Hooks startup ordering to wpeframework.service and gates activation on /tmp/wpeframeworkstarted.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,10 @@

Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file starts with a leading blank line. Most existing WPEFramework plugin unit files start directly with the [Unit] header (no preceding empty line), so this should be removed to keep formatting consistent and avoid accidental whitespace diffs.

Suggested change

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,10 @@

[Unit]
Description=WPE DeviceDiagnostics
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description deviates from the established pattern used by other plugin activator units (e.g., "WPEFramework Initialiser"). Consider updating it to match so that systemctl listings remain consistent and searchable across plugins.

Suggested change
Description=WPE DeviceDiagnostics
Description=WPEFramework DeviceDiagnostics Initialiser

Copilot uses AI. Check for mistakes.
@dnnaveen151027
Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants