man: don't place nginx socket in /tmp (#8757)
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Apr 2018 16:50:06 +0000 (18:50 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 18 Apr 2018 16:50:06 +0000 (18:50 +0200)
commitedd1dcd091bf7df555f099d68033a4405b804070
treee5f12cc43de1088909e9155ebbef213ad00cb9cb
parent7aab22308e0a95a7ad6f73be5fca2ba5c797ab8d
man: don't place nginx socket in /tmp (#8757)

First of all, it's frickin' ugly and wrong, as IPC sockets should be
placed in /run and definitely not under a guessable name under
world-writable /tmp. Secondly, it can't even work as we set
PrivateTmp=yes on the service.

Hence, let's clean up the example, and simply use a socket in /run
instead.

Fixes: #8419
man/systemd-socket-proxyd.xml