From 56b08ea7c3095aace8936db8db6d46b8caf81ce2 Mon Sep 17 00:00:00 2001 From: "Bill(Shuzhou) Liu" Date: Wed, 21 Aug 2024 12:21:09 -0500 Subject: [PATCH] Update the document to install the rdc service Correct the file path of the rdc.service in the document Change-Id: Ib161e97abdd5e2a117b2758ff5407b55337ab25b --- docs/install/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install.rst b/docs/install/install.rst index e01dc9e86a..471343c51f 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -104,7 +104,7 @@ This is the preferred mode of operation, as it does not have any external depend Start the RDC tool using ``systemd`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If multiple RDC versions are installed, copy `/opt/rocm-/rdc/lib/rdc.service`, which is installed with the desired RDC version, to the ``systemd`` folder. The capability of RDC can be configured by modifying the ``rdc.service`` system configuration file. Use the ``systemctl`` command to start ``rdcd``. +If multiple RDC versions are installed, copy `/opt/rocm-/libexec/rdc/rdc.service`, which is installed with the desired RDC version, to the ``systemd`` folder. The capability of RDC can be configured by modifying the ``rdc.service`` system configuration file. Use the ``systemctl`` command to start ``rdcd``. .. code-block:: shell