summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-18 11:53:47 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-18 11:53:47 +0200
commit6569cae18ed640a4e9f52f73e2a3ec54b07d0406 (patch)
tree0bc12adb46c039106afaf109a16983ce372ddbf4 /man
parent3ef63c317481c2b3f1fe39e1b0f130aac3544522 (diff)
unit-printf: add specifiers for the host name, machine id, boot id
Diffstat (limited to 'man')
-rw-r--r--man/systemd.unit.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index e0aadf4cd3..55569681cf 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -273,6 +273,21 @@
<entry>User shell</entry>
<entry>This is the shell of the configured user of the unit, or (if none is set) the user running the systemd instance.</entry>
</row>
+ <row>
+ <entry><literal>%m</literal></entry>
+ <entry>Machine ID</entry>
+ <entry>The machine ID of the running system, formatted as string. See <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry>
+ </row>
+ <row>
+ <entry><literal>%b</literal></entry>
+ <entry>Boot ID</entry>
+ <entry>The boot ID of the running system, formatted as string. See <citerefentry><refentrytitle>random</refentrytitle><manvolnum>4</manvolnum></citerefentry> for more information.</entry>
+ </row>
+ <row>
+ <entry><literal>%H</literal></entry>
+ <entry>Host name</entry>
+ <entry>The host name of the running system.</entry>
+ </row>
</tbody>
</tgroup>
</table>