summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>2018-05-14 15:45:09 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-15 12:33:56 +0200
commit4330dc03a06cec196521a37ce6a6d75ce0033c55 (patch)
tree79c1708902154dda21f58371585e032fc2a7db79 /man
parentd231d569d80faa113890559768478b04460b3567 (diff)
downloadsystemd-4330dc03a06cec196521a37ce6a6d75ce0033c55.tar.gz
systemd-4330dc03a06cec196521a37ce6a6d75ce0033c55.tar.bz2
systemd-4330dc03a06cec196521a37ce6a6d75ce0033c55.zip
service: FileDescriptorStoreMax should also imply NotifyAccess
Commenting out "WatchdogTimeout=3min" in systemd-logind.service causes NotifyAccess to go from "main" to "none", breaking support for logind restart. Let's fix that.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.service.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 03c7b01b3b..e200bef7cb 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -937,7 +937,10 @@
passed to the service manager from a specific service are passed back to the service's main process on the next
service restart. Any file descriptors passed to the service manager are automatically closed when
<constant>POLLHUP</constant> or <constant>POLLERR</constant> is seen on them, or when the service is fully
- stopped and no job is queued or being executed for it.</para></listitem>
+ stopped and no job is queued or being executed for it. If this option is used, <varname>NotifyAccess=</varname>
+ (see above) should be set to open access to the notification socket provided by systemd. If
+ <varname>NotifyAccess=</varname> is not set, it will be implicitly set to
+ <option>main</option>.</para></listitem>
</varlistentry>
<varlistentry>