summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/watchdog
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-07 23:17:15 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-25 23:05:23 +0300
commit859b92ea28bb75d98c98b058339e181c208bba5b (patch)
treeac7ca7810217ba491317674bf91201099723d96d /meta-phosphor/common/recipes-phosphor/watchdog
parentf18df6b5af6fc0481a74059aec89edb3c4e2e6ec (diff)
downloadopenbmc-859b92ea28bb75d98c98b058339e181c208bba5b.tar.xz
Remove use of mapper call
Replace invocations of mapper call with a call to busctl and mapper get-service. This provides equivalent functionality but opens the door for dropping a systemd patch we have carried for some time. Change-Id: Iea0cce89341939b49b095d1f5010415578331d4d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/watchdog')
-rw-r--r--meta-phosphor/common/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service b/meta-phosphor/common/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service
index b3d8d4fcd..0cf5e7cd3 100644
--- a/meta-phosphor/common/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service
+++ b/meta-phosphor/common/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service
@@ -9,6 +9,6 @@ ConditionPathExists=!/run/openbmc/host@%i-on
[Service]
Type=oneshot
-ExecStart=/usr/bin/env mapper call /xyz/openbmc_project/watchdog/host%i org.freedesktop.DBus.Properties Set ssv xyz.openbmc_project.State.Watchdog Enabled b true
-SyslogIdentifier=mapper
+ExecStart=/bin/sh -c "busctl call `mapper get-service /xyz/openbmc_project/watchdog/host%i` /xyz/openbmc_project/watchdog/host%i org.freedesktop.DBus.Properties Set ssv xyz.openbmc_project.State.Watchdog Enabled b true"
RemainAfterExit=yes
+SyslogIdentifier=obmc-enable-host-watchdog