From 5c019cf2602c035bb47bc59f71939ad53d6a9294 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 19 Nov 2015 06:28:03 +0000 Subject: man: systemd.exec: add missing variables --- man/systemd.exec.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'man/systemd.exec.xml') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6dda6c5e69..ecc3a8973c 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) -- cgit v1.2.3-54-g00ecf