-
Notifications
You must be signed in to change notification settings - Fork 24
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
LLT-5552: Create teliod daemon #812
Conversation
e880323
to
04a36ea
Compare
the more I review this the more I wonder: shouldn't this be compilable? at least linters should have been run? ...and tclid gets broken with these changes |
04a36ea
to
624de1f
Compare
dab9532
to
6fc84b1
Compare
+1 |
74986c6
to
47f1c9e
Compare
0842fc4
to
faf292a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.0, just I guess pid-file creation and removal is not needed anymore, so we can remove it.
Adds signal handling and introduces async to Teliod - becasue the logic becomes quite disjoint with Tcli, removes also daemon-common and changes made to Tcli previously.
Co-authored-by: Rytis Karpuška <[email protected]>
a01e295
to
7a0af40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed again after changes, everything seems sorted out, so +1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.0
Problem
We need some skeleton for a new Telio daemon to be run in OpenWRT
Solution
Add a skeleton of a new Teliod daemon
☑️ Definition of Done checklist