From a03c5fd2d86c4e3f758a5ca0d98638e5c8bd8d8d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 20 Feb 2014 23:26:07 +0100 Subject: man: networkd/udev - add to [Match] documentation --- man/udev.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index c053a86d3e..3dd2b489ff 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -799,7 +799,8 @@ Path - The persistent path, as exposed by the udev property ID_PATH. + The persistent path, as exposed by the udev property ID_PATH. + May contain shell style globs. @@ -815,6 +816,35 @@ The device type, as exposed by the udev property DEVTYPE. + + Host + + Matches against the hostname or machine ID of the + host. See ConditionHost= in + systemd.unit5 + for details. + + + + Virtualization + + Checks whether the system is executed in a virtualized + environment and optionally test whether it is a specific + implementation. See ConditionVirtualization= in + systemd.unit5 + for details. + + + + KernelCommandLine + + Checks whether a specific kernel command line option is + set (or if prefixed with the exclamation mark unset). See + ConditionKernelCommandLine= in + systemd.unit5 + for details. + + The [Link] section accepts the following keys: -- cgit v1.2.3-54-g00ecf