docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> all

Fixes #29590
This commit is contained in:
Mike Yuan 2023-10-17 18:54:07 +08:00 committed by Luca Boccassi
parent 707ecf1423
commit 74b2c22fd7

View 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