From 61a605dcc965b50be4995bd9eb91540d1cf82d57 Mon Sep 17 00:00:00 2001 From: Tal Kedar Date: Wed, 8 Jan 2025 20:10:10 -0500 Subject: [PATCH] howto/source.rst: update unitd runtime options Add a `dir` suffix to the `modules`, `state` and `tmp` runtime options. [ Commit message tweaks - Andrew ] Signed-off-by: Andrew Clayton --- source/howto/source.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/howto/source.rst b/source/howto/source.rst index e5942fe4..495e70f1 100644 --- a/source/howto/source.rst +++ b/source/howto/source.rst @@ -1136,7 +1136,7 @@ counterparts, see :ref:`here `. * - **--log pathname** - Pathname for Unit's :ref:`log `. - * - **--modules directory** + * - **--modulesdir directory** - Directory path for Unit's language :doc:`modules ` (***.unit.so** files). @@ -1144,10 +1144,10 @@ counterparts, see :ref:`here `. - Pathname for the PID file of Unit's :program:`main` :ref:`process `. - * - **--state directory** + * - **--statedir directory** - Directory path for Unit's state storage. - * - **--tmp directory** + * - **--tmpdir directory** - Directory path for Unit's temporary file storage. Finally, to stop a running Unit: