projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d421d
)
docs: fix coredump legacy example
author
Ludwig Nussel
<ludwig.nussel@suse.de>
Fri, 31 Mar 2023 08:10:23 +0000
(10:10 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 31 Mar 2023 09:47:17 +0000
(11:47 +0200)
docs/COREDUMP.md
patch
|
blob
|
history
diff --git
a/docs/COREDUMP.md
b/docs/COREDUMP.md
index 236c340fdaf0f6e5c15d39f6f88abdc3dd499145..7d17d3069e17060f0ecfacd5d0b59c6a5c9df182 100644
(file)
--- a/
docs/COREDUMP.md
+++ b/
docs/COREDUMP.md
@@
-142,6
+142,6
@@
and
$ mkdir -p /etc/systemd/system.conf.d
$ cat >/etc/systemd/system.conf.d/50-coredump.conf <<EOF
[Manager]
-DefaultLimitCORE=0
+DefaultLimitCORE=0
:infinity
EOF
```