-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UCD executes runcmd entries in the wrong order #29
Comments
I'm having the same issue, this is the output of my
And the output in the journalctl is:
Maybe the runcmd_item function is inverting the order. |
The issue is due to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be seen with the tests/runcmd.yaml file which contains the following contents.
Now look at the ouput of ucd. I also see this behaviour when ucd is running as part of the boot process.
Actually, it's not quite reverse order as it seems that the command not in flow form is executed first
The text was updated successfully, but these errors were encountered: