diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 80359bc238..38bf018ae4 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2983,8 +2983,8 @@ SystemCallErrorNumber=EPERM The option may be used to connect a specific file system object to standard output. The semantics are similar to the same option of StandardInput=, see above. If path refers to a regular file - on the filesystem, it is opened (created if it doesn't exist yet) for writing at the beginning of the file, - but without truncating it. + on the filesystem, it is opened (created if it doesn't exist yet using privileges of the user executing the + systemd process) for writing at the beginning of the file, but without truncating it. If standard input and output are directed to the same file path, it is opened only once — for reading as well as writing — and duplicated. This is particularly useful when the specified path refers to an AF_UNIX socket in the file system, as in that case only a