systemd keeps breaking things

This commit is contained in:
Frank Denis 2019-10-20 14:57:28 +02:00
parent 320197a00e
commit 0a4bd845df
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package main
func (proxy *Proxy) SystemDListeners() error {
return nil
}