Skip to content

Commit 6aa68da

Browse files
authored
DOCSP-13490: [BIC] Missing instruction for installing biconnector as service on RHEL (#288)
1 parent 45dc9f0 commit 6aa68da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/launch.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,21 @@ see :ref:`Configuration File <config-format>`. For example:
319319
bindIp: '127.0.0.1'
320320
port: 3307
321321

322+
To install and run ``mongosqld`` as a system service, run the
323+
following commands:
324+
325+
.. code-block:: sh
326+
327+
sudo mongosqld install --config <pathToConfigFile>/mongosqld.conf
328+
sudo systemctl start mongosql.service
329+
330+
To enable the service so it starts automatically at boot time,
331+
run the following:
332+
333+
.. code-block:: sh
334+
335+
systemctl enable mongosql.service
336+
322337
RHEL 6.x / CentOS 6.x
323338
~~~~~~~~~~~~~~~~~~~~~
324339

0 commit comments

Comments
 (0)