-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
v1.5-beta: problems with starting services in propper order/time/delay #521
Comments
This is also lqos_scheduler problem: What I did:
Setting |
Temporary solution: #522 Don't requires implementing anything in lqosd. |
The good news is that with UI2, there's no more rocket or separate |
Well this should be done on systemd level I think. |
Ok the situation now is that: Lqos_scheduler schould check link state before checking lqosd (?) if interfaces are not up just sleep some time and check again. |
Aftert reboot there is always problem:
After
systemctl restart lqos_node_manger
all is starting perfectly.Solution 1 "temporary": add ExecStartPre=/bin/sleep 10 in systemd service unit file
cat /etc/systemd/system/lqos_node_manager.service
Solution 2: propper way fix, use service notify type
What do You think about it?
The text was updated successfully, but these errors were encountered: