From 892b54ba0150c6a08630850b8a2498e13f61d130 Mon Sep 17 00:00:00 2001 From: dnnaveen151027 Date: Wed, 25 Feb 2026 15:26:51 +0530 Subject: [PATCH] systemd service file added for devicediagnostics plugin --- systemd/system/wpeframework-devicediagnostics.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 systemd/system/wpeframework-devicediagnostics.service diff --git a/systemd/system/wpeframework-devicediagnostics.service b/systemd/system/wpeframework-devicediagnostics.service new file mode 100644 index 0000000..acb1170 --- /dev/null +++ b/systemd/system/wpeframework-devicediagnostics.service @@ -0,0 +1,10 @@ + +[Unit] +Description=WPE DeviceDiagnostics +Requires=wpeframework.service +After=wpeframework.service +ConditionPathExists=/tmp/wpeframeworkstarted +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/PluginActivator org.rdk.DeviceDiagnostics \ No newline at end of file