spacepaste

  1.  
  2. [MATCH] SECTION OPTIONS
  3. A link file is said to match a device if each of the entries in the "[Match]" section matches, or if the section is empty. The
  4. following keys are accepted:
  5. MACAddress=
  6. The hardware address.
  7. OriginalName=
  8. A whitespace-separated list of shell-style globs matching the device name, as exposed by the udev property "INTERFACE". This
  9. cannot be used to match on names that have already been changed from userspace. Caution is advised when matching on
  10. kernel-assigned names, as they are known to be unstable between reboots.
  11. Path=
  12. A whitespace-separated list of shell-style globs matching the persistent path, as exposed by the udev property "ID_PATH".
  13. Driver=
  14. A whitespace-separated list of shell-style globs matching the driver currently bound to the device, as exposed by the udev
  15. property "DRIVER" of its parent device, or if that is not set, the driver as exposed by "ethtool -i" of the device itself.
  16. Type=
  17. A whitespace-separated list of shell-style globs matching the device type, as exposed by the udev property "DEVTYPE".
  18. Host=
  19. Matches against the hostname or machine ID of the host. See "ConditionHost=" in systemd.unit(5) for details.
  20. Virtualization=
  21. Checks whether the system is executed in a virtualized environment and optionally test whether it is a specific implementation.
  22. See "ConditionVirtualization=" in systemd.unit(5) for details.
  23. KernelCommandLine=
  24. Checks whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). See
  25. "ConditionKernelCommandLine=" in systemd.unit(5) for details.
  26. Architecture=
  27. Checks whether the system is running on a specific architecture. See "ConditionArchitecture=" in systemd.unit(5) for details.
  28.