Changes between Version 4 and Version 5 of Ticket #18823
- Timestamp:
- Feb 25, 2024, 6:45:30 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18823
- Property Summary Consider consolidating BNetworkService to launch daemon → Consider consolidating BNetworkServiceSettings to launch daemon
-
Ticket #18823 – Description
v4 v5 1 the net_server currently has a BNetworkService class to handle inetd-style forking of network services (our sshd currently uses it)1 the net_server currently has a BNetworkServiceSettings class to handle inetd-style forking of network services (our sshd currently uses it) 2 2 3 3 However, it was pointed out in IRC that launch daemon might be a better place for this.