Skip to content

RDK-60913 : systemd service not found for org.rdk.ResourceManager plugin#235

Open
naveen-0206 wants to merge 1 commit into
developfrom
feature/RDK-60913_jun_3
Open

RDK-60913 : systemd service not found for org.rdk.ResourceManager plugin#235
naveen-0206 wants to merge 1 commit into
developfrom
feature/RDK-60913_jun_3

Conversation

@naveen-0206
Copy link
Copy Markdown

Reason For Change: Adding service file
Test procedure : check Ticket
Priority: P2

Copilot AI review requested due to automatic review settings June 3, 2026 06:28
@naveen-0206 naveen-0206 requested a review from a team as a code owner June 3, 2026 06:28
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 dedicated systemd unit for the org.rdk.ResourceManager WPEFramework plugin so the plugin can be activated via the existing PluginActivator mechanism, aligning it with other wpeframework-*.service plugin initializer units in this repo.

Changes:

  • Introduces wpeframework-resourcemanager.service as a Type=oneshot unit that runs /usr/bin/PluginActivator org.rdk.ResourceManager.
  • Orders startup after wpeframework.service (and currently also after wpeframework-texttospeech.service) gated by ConditionPathExists=/tmp/wpeframeworkstarted.

Comment on lines +7 to +10
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/PluginActivator org.rdk.ResourceManager No newline at end of file
Comment on lines +3 to +4
Requires=wpeframework.service wpeframework-texttospeech.service
After=wpeframework.service wpeframework-texttospeech.service
@naveen-0206 naveen-0206 force-pushed the feature/RDK-60913_jun_3 branch from 449e787 to 57fa17a Compare June 3, 2026 06:39
Reason For Change: Adding service file
Test procedure : check Ticket
Priority: P2

Signed-off-by: naveen-0206 <naveenkumar.t@ltts.com>
@naveen-0206 naveen-0206 force-pushed the feature/RDK-60913_jun_3 branch from 57fa17a to 656c170 Compare June 4, 2026 07:25
Copilot AI review requested due to automatic review settings June 4, 2026 07:25
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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

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