You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it was possible to add support for the fdstore interface with this library?
From the documentation,
TL;DR: The systemd service manager may optionally maintain a set of file descriptors for each service. Those file descriptors are under control of the service. Storing file descriptors in the manager makes is easier to restart services without dropping connections or losing state.
Hey team,
I was wondering if it was possible to add support for the fdstore interface with this library?
From the documentation,
Currently,
go-systemd
has the ability to retrieve file descriptors stored in this manner viaFiles()
(https://pkg.go.dev/github.com/coreos/go-systemd/v22/activation#Files), but does not have the ability to set/upload the descriptors (via sd_pid_notify_with_fds?)If this is desirable functionality, I can look into submitting a patch/PR with some guidance and prior art to reference!
The text was updated successfully, but these errors were encountered: