We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc9f0 commit 6aa68daCopy full SHA for 6aa68da
source/launch.txt
@@ -319,6 +319,21 @@ see :ref:`Configuration File <config-format>`. For example:
319
bindIp: '127.0.0.1'
320
port: 3307
321
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
334
335
+ systemctl enable mongosql.service
336
337
RHEL 6.x / CentOS 6.x
338
~~~~~~~~~~~~~~~~~~~~~
339
0 commit comments