Add support for UDP routing in systemd socket activation

This commit is contained in:
tsiid 2025-01-21 11:38:09 +03:00 committed by GitHub
parent 95dd17e020
commit 261e4395f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 158 additions and 54 deletions

View file

@ -2,4 +2,6 @@
package server
func populateSocketActivationListeners() {}
func populateSocketActivationListeners() *SocketActivation {
return &SocketActivation{enabled: false}
}