Skip to content
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

fix for erros after reboot, improve services starting #522

Closed
wants to merge 2 commits into from

Conversation

interduo
Copy link
Contributor

No description provided.

@interduo interduo changed the title lqosd.service - add startpost delay fix: improve services starting Jul 12, 2024
@interduo interduo changed the title fix: improve services starting fix for erros after reboot, improve services starting Jul 12, 2024
@interduo interduo marked this pull request as draft July 12, 2024 12:12

[Service]
WorkingDirectory=/opt/libreqos/src/bin
ExecStart=/opt/libreqos/src/bin/lqosd
ExecStartPost=/bin/sleep 10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for ommiting errors - lqosd bus is starting for sometime

@interduo interduo marked this pull request as ready for review July 17, 2024 07:19
@interduo interduo requested a review from rchac July 17, 2024 08:05
@interduo interduo marked this pull request as draft July 22, 2024 11:06
@interduo
Copy link
Contributor Author

In ubuntu 24.04 there is no network.service I suggest to

if [ `lsb_release -r | grep Rele | awk '{print $2}'` = "24.04" ];
then
    sed -i 's/network.service/systemd-networkd.service/g' bin/*.service.example; 
fi

I am waiting for @thebracket accept #505 then I will send this as another PR.

@interduo interduo closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant