From 6569cae18ed640a4e9f52f73e2a3ec54b07d0406 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Sep 2012 11:53:47 +0200 Subject: unit-printf: add specifiers for the host name, machine id, boot id --- man/systemd.unit.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man') 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 @@ User shell This is the shell of the configured user of the unit, or (if none is set) the user running the systemd instance. + + %m + Machine ID + The machine ID of the running system, formatted as string. See machine-id5 for more information. + + + %b + Boot ID + The boot ID of the running system, formatted as string. See random4 for more information. + + + %H + Host name + The host name of the running system. + -- cgit v1.2.3-54-g00ecf