Add support for UDP routing in systemd socket activation
This commit is contained in:
parent
95dd17e020
commit
261e4395f3
9 changed files with 158 additions and 54 deletions
|
@ -2,4 +2,6 @@
|
|||
|
||||
package server
|
||||
|
||||
func populateSocketActivationListeners() {}
|
||||
func populateSocketActivationListeners() *SocketActivation {
|
||||
return &SocketActivation{enabled: false}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue