Skip to content

Commit 61a605d

Browse files
kedartalac000
authored andcommitted
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 <[email protected]>
1 parent ab35f01 commit 61a605d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/howto/source.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,18 +1136,18 @@ counterparts, see :ref:`here <source-config-src>`.
11361136
* - **--log pathname**
11371137
- Pathname for Unit's :ref:`log <troubleshooting-log>`.
11381138

1139-
* - **--modules directory**
1139+
* - **--modulesdir directory**
11401140
- Directory path for Unit's language :doc:`modules <modules>`
11411141
(***.unit.so** files).
11421142

11431143
* - **--pid pathname**
11441144
- Pathname for the PID file of Unit's :program:`main` :ref:`process
11451145
<security-apps>`.
11461146

1147-
* - **--state directory**
1147+
* - **--statedir directory**
11481148
- Directory path for Unit's state storage.
11491149

1150-
* - **--tmp directory**
1150+
* - **--tmpdir directory**
11511151
- Directory path for Unit's temporary file storage.
11521152

11531153
Finally, to stop a running Unit:

0 commit comments

Comments
 (0)