]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/systemd.netdev.xml
network: make reading PrivateKeyFile= failure always fatal
[thirdparty/systemd.git] / man / systemd.netdev.xml
index a44018cad6d6cb2104375883d72036a69331c5a4..10397402a4629af0e896db4d699bb9e86072c738 100644 (file)
         <term><varname>PrivateKeyFile=</varname></term>
         <listitem>
           <para>Takes a absolute path to a file which contains the Base64 encoded private key for the interface.
-          If both <varname>PrivateKey=</varname> and <varname>PrivateKeyFile=</varname> are specified, and if
-          the file specified in <varname>PrivateKeyFile=</varname> contains valid wireguard key, then
-          the key provided by <varname>PrivateKey=</varname> is ignored.
+          When this option is specified, then <varname>PrivateKey=</varname> is ignored.
           Note that the file must be readable by the user <literal>systemd-network</literal>, so it
           should be, e.g., owned by <literal>root:systemd-network</literal> with a
           <literal>0640</literal> file mode.</para>