]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/udev.conf.xml
udev: also allow resolve_names= to be specified in udev.conf
[thirdparty/systemd.git] / man / udev.conf.xml
index 7b7cae16b20b010c8f8e810e42333042df10a7f5..23a4595fa9bef14ff16572c96822749190b50029 100644 (file)
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>resolve_names=</varname></term>
+
+        <listitem>
+          <para>Specifes when systemd-udevd should resolve names of users and groups.  When set to
+          <option>early</option> (the default), names will be resolved when the rules are parsed.
+          When set to <option>late</option>, names will be resolved for every event.  When set to
+          <option>never</option>, names will never be resolved and all devices will be owned by
+          root.</para>
+
+          <para>This is the same as the <option>--resolve-names=</option> option.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
 
     <para>