summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-10-07 09:45:58 +0200
committerGitHub <noreply@github.com>2020-10-07 09:45:58 +0200
commit85585b767d3c06d473a04b5eeb4e02fdcd061db2 (patch)
tree6e2aa020f56cba9110babb22d632b94b369fa034 /man/systemd.service.xml
parentab582fda48d9cd594743312d0446676e32a52463 (diff)
parent806d919cb551163a00565b988915af6749ebd918 (diff)
downloadsystemd-85585b767d3c06d473a04b5eeb4e02fdcd061db2.tar.gz
Merge pull request #17238 from keszybz/man-tmp-noexec
Say that noexec should not be used for /tmp
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r--man/systemd.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index d8690f08db..a020214ac6 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -1035,7 +1035,7 @@
<literal>FDSTORE=1</literal> messages. This is useful for implementing services that can restart
after an explicit request or a crash without losing state. Any open sockets and other file
descriptors which should not be closed during the restart may be stored this way. Application state
- can either be serialized to a file in <filename>/run</filename>, or better, stored in a
+ can either be serialized to a file in <filename>/run/</filename>, or better, stored in a
<citerefentry><refentrytitle>memfd_create</refentrytitle><manvolnum>2</manvolnum></citerefentry>
memory file descriptor. Defaults to 0, i.e. no file descriptors may be stored in the service
manager. All file descriptors passed to the service manager from a specific service are passed back