-
Notifications
You must be signed in to change notification settings - Fork 248
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
A boring version of #7607 #7638
A boring version of #7607 #7638
Conversation
aef1c57
to
78544ac
Compare
78544ac
to
89fb341
Compare
Hi, thank you for the patch. I wonder if it would be easier to add an SBUS method to the monitor which returns all running services. This will include running socket activated services as well since they register to the monitor, too. bye, |
To use this method in 'ifp' responder or in 'sssd_check_socket_activated_responders' or both? For 'sssd_check_socket_activated_responders' this would mean the need to pull in all sbus code, to register on the bus, etc... |
Hi, yes, I was thinking about bye, |
I'd prefer to keep current approach (reading config.ldb) if there are no objections. |
89fb341
to
6c1291c
Compare
Manual testing with:
|
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.
ACK
as it's not used anywhere outside 'monitor'.
including implicitly configured
This still won't handle socket activated services, but should take care of implicitly configured services at least.
(instead of sssd.conf) using new helper to take into account implictly configured services. Resolves: SSSD#5013
Otherwise logs of 'ExecStartPre' command are lost.
if no explicitly configured domains found. There are might be 'enable_files_domain = true' or app domains that are expanded later.
39ed772
to
0eb64b6
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.
Hi,
thank you for the updates, ACK.
bye,
Sumit
Pushed PR: #7638
|
Fixes #5013 + few minor improvements.