Hi,
I have a stress test on systemd/dbus, after 17h, dbus-daemon is sleeping
and the context switching stops (voluntary_ctxt_switches stop increasing).
The systemd version is 250.5 based on yocto.
Here is the test script.
/etc/systemd/system/stress-test@.timer
# Timer for stress testing syst
Hi Andrei,
Thanks a lot, it worked! Sorry I didn't get it the first time.
David
On Thu, Dec 12, 2024 at 8:05 AM David Elie-Dit-Cosaque
wrote:
> > That is what I told you already.
> >
> > mkdir /etc/systemd/system/crio-.scope.d
> > echo "[Unit]" > /etc/systemd/system/crio-.scope.d/order.conf
> >
> That is what I told you already.
>
> mkdir /etc/systemd/system/crio-.scope.d
> echo "[Unit]" > /etc/systemd/system/crio-.scope.d/order.conf
> echo "Before=myscript.service" >>
> /etc/systemd/system/crio-.scope.d/order.conf
Ah I see, I did not understand this before. I'll try it.
Thanks !
David