Skip to content

Commit

Permalink
Make VPD Manager a D-Bus Service
Browse files Browse the repository at this point in the history
Change VPD Manager from a bus-activated service to
a regular D-Bus service. This ensures that the service
can be discovered by using the Object mapper.

Change-Id: I98f4dd916ef2bfc3c6a62c4aacb3c4ec0b683c02
Signed-off-by: Santosh Puranik <[email protected]>
  • Loading branch information
Santosh Puranik authored and rfrandse committed Jun 2, 2023
1 parent 82c1a9b commit 6e26c68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[Unit]
Description=IBM VPD Manager
StopWhenUnneeded=false
Requires=system-vpd.service
After=system-vpd.service

[Service]
BusName=com.ibm.VPD.Manager
Type=dbus
Restart=always
RestartSec=5
ExecStart=/usr/bin/vpd-manager

[Install]
WantedBy=multi-user.target

This file was deleted.

This file was deleted.

0 comments on commit 6e26c68

Please sign in to comment.