Skip to content

Commit f6f8fda

Browse files
authored
[howto/source.rst] update unitd runtime options
add a `dir` suffix to the `modules`, `state` and `tmp` runtime options.
1 parent 9b2c523 commit f6f8fda

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
@@ -1132,18 +1132,18 @@ counterparts, see :ref:`here <source-config-src>`.
11321132
* - **--log pathname**
11331133
- Pathname for Unit's :ref:`log <troubleshooting-log>`.
11341134

1135-
* - **--modules directory**
1135+
* - **--modulesdir directory**
11361136
- Directory path for Unit's language :doc:`modules <modules>`
11371137
(***.unit.so** files).
11381138

11391139
* - **--pid pathname**
11401140
- Pathname for the PID file of Unit's :program:`main` :ref:`process
11411141
<security-apps>`.
11421142

1143-
* - **--state directory**
1143+
* - **--statedir directory**
11441144
- Directory path for Unit's state storage.
11451145

1146-
* - **--tmp directory**
1146+
* - **--tmpdir directory**
11471147
- Directory path for Unit's temporary file storage.
11481148

11491149
Finally, to stop a running Unit:

0 commit comments

Comments
 (0)