MyNixOS website logo
option

systemd.paths.<name>.pathConfig

Each attribute in this set specifies an option in the [Path] section of the unit. See systemd.path(5) for details.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  PathChanged = "/some/path";
  Unit = "changedpath.service";
}