<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite" cite="mid:87sgmtoa3n.fsf@43-1.org">
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">For example, if we want to disable CtrlAltDelBurstAction, we could do:
echo 'CtrlAltDelBurstAction=none' > /etc/systemd/system.conf.d/10-disable-ctraltdel-7times.conf
(or without .conf, same result)
But this has not effect.
Only a modification into /etc/systemd/system.conf is effective.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
You probably miss the section (the "[Manager]" line in
/etc/systemd/system.conf).  Please try adding it to the drop-in file.

</pre>
    </blockquote>
    <br>
    You are 100 % right.<br>
    I was digging into the source to understand what was wrong.<br>
    Many thanks to point it out.<br>
    <br>
  </body>
</html>