]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> all
authorMike Yuan <me@yhndnzj.com>
Tue, 17 Oct 2023 10:54:07 +0000 (18:54 +0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 17 Oct 2023 10:59:38 +0000 (11:59 +0100)
Fixes #29590

docs/FILE_DESCRIPTOR_STORE.md

index 6cb569d6a4e5db088e8e072d1dd5aca1508c789f..15973cd20b265c68e2cd7cf2b7c03718087f1009 100644 (file)
@@ -157,7 +157,7 @@ which is controlled via
 [`NotifyAccess=`](https://www.freedesktop.org/software/systemd/man/systemd.service.html#NotifyAccess=).
 
 By default only the main service process hence can push/remove fds, but by
-setting `NotifyAccess=cgroup` this may be relaxed to allow arbitrary service
+setting `NotifyAccess=all` this may be relaxed to allow arbitrary service
 child processes to do the same.
 
 # Soft Reboot