From: Evgeny Vereshchagin Date: Thu, 19 Nov 2015 06:28:03 +0000 (+0000) Subject: man: systemd.exec: add missing variables X-Git-Tag: v229~300^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1950%2Fhead;p=thirdparty%2Fsystemd.git man: systemd.exec: add missing variables --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6dda6c5e69f..ecc3a8973c0 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1381,6 +1381,7 @@ $LISTEN_FDS $LISTEN_PID + $LISTEN_FDNAMES Information about file descriptors passed to a service for socket activation. See @@ -1388,6 +1389,24 @@ + + $NOTIFY_SOCKET + + The socket + sd_notify() talks to. See + sd_notify3. + + + + + $WATCHDOG_PID + $WATCHDOG_USEC + + Information about watchdog keep-alive notifications. See + sd_watchdog_enabled3. + + + $TERM @@ -1402,8 +1421,8 @@ Additional variables may be configured by the following means: for processes spawned in specific units, use the - Environment= and - EnvironmentFile= options above; to specify + Environment=, EnvironmentFile= + and PassEnvironment= options above; to specify variables globally, use DefaultEnvironment= (see systemd-system.conf5)