<div dir="ltr"><div>> That is what I told you already.</div><div>><br>> mkdir /etc/systemd/system/crio-.scope.d<br>> echo "[Unit]" > /etc/systemd/system/crio-.scope.d/order.conf<br>> echo "Before=myscript.service" >><br>> /etc/systemd/system/crio-.scope.d/order.conf</div><div><br></div>Ah I see, I did not understand this before. I'll try it. <div><br></div><div>Thanks !</div><div>David</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Dec 11, 2024 at 10:05 PM Andrei Borzenkov <<a href="mailto:arvidjaar@gmail.com">arvidjaar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">12.12.2024 02:37, David Elie-Dit-Cosaque wrote:<br>
...<br>
 > So I did a test listing every crio-*.scope present in the cluster in <br>
the> After= directive and it worked !<br>
<br>
You started with the question "before any other service". This is rather <br>
different from what you are asking now.<br>
<br>
...><br>
> Is there a way to use wildcards in After= like After=*.scope or something<br>
> equivalent. I cannot hardcode the .scope names because they are random.<br>
> <br>
<br>
<br>
That is what I told you already.<br>
<br>
mkdir /etc/systemd/system/crio-.scope.d<br>
echo "[Unit]" > /etc/systemd/system/crio-.scope.d/order.conf<br>
echo "Before=myscript.service" >> <br>
/etc/systemd/system/crio-.scope.d/order.conf<br>
<br>
</blockquote></div>