diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2017-08-07 11:27:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-08-07 11:27:24 +0200 |
commit | 15d167f8a30597cb93996e5608adb496507ab9d7 (patch) | |
tree | ead8c05fd97fe0b924f74c1ff49bf9096f6e9bfa /man/sd_notify.xml | |
parent | tests: use ninja-build if ninja is not available (#6544) (diff) | |
download | systemd-15d167f8a30597cb93996e5608adb496507ab9d7.tar.xz systemd-15d167f8a30597cb93996e5608adb496507ab9d7.zip |
core: propagate reload from RELOADING=1 notification (#6550)
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index e8ddea2f5f..7d7b0077be 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -139,7 +139,8 @@ present it to the user. Note that a service that sends this notification must also send a <literal>READY=1</literal> notification when it completed reloading its - configuration.</para></listitem> + configuration. Reloads are propagated in the same way as they + are when initiated by the user.</para></listitem> </varlistentry> <varlistentry> |