serviceman/manager/install_other.go

12 lines
175 B
Go

// +build !windows,!linux,!darwin
package manager
import (
"git.rootprojects.org/root/go-serviceman/service"
)
func install(c *service.Service) error {
return nil, nil
}