Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Device.X_RDKCENTRAL_COM_ServiceAgent.Services.{i}.Name
Device.X_RDKCENTRAL_COM_ServiceAgent.Services.{i}.GoalState

We can configure the state of a process by setting the parameter "Device.X_RDKCENTRAL_COM_ServiceAgent.Services.{i}.GoalState". 

For Example to Start a systemd process lets say with index 1,

    $ dmcli eRT setv Device.X_RDKCENTRAL_COM_ServiceAgent.Services.1.GoalState string Running

Similarly to stop a systemd process use the following

    $ dmcli eRT setv Device.X_RDKCENTRAL_COM_ServiceAgent.Services.1.GoalState string Stopped