diff --git a/docs-site/content/docs/plugins.mdx b/docs-site/content/docs/plugins.mdx index 81d1472d..9de18f07 100644 --- a/docs-site/content/docs/plugins.mdx +++ b/docs-site/content/docs/plugins.mdx @@ -335,7 +335,7 @@ plugins (stop it with Ctrl+C): **A plugin can't reach a service running on the same box (Linux)** — plugins that drive a local daemon usually talk to it over a socket or FIFO in `/tmp`. The runner's unit shipped with -`PrivateTmp=yes` until 0.23.1, which gave it a private `/tmp` and hid all of it: the plugin would +`PrivateTmp=yes` in earlier releases, which gave it a private `/tmp` and hid all of it: the plugin would launch the vendor's binary happily and then time out reaching the daemon behind it, while the same command worked perfectly in your own shell. If you are on an older host, or you have a drop-in that reinstates it, put the real `/tmp` back: