serviceman/serviceman_darwin.go

12 lines
224 B
Go

package main
import (
"fmt"
"git.rootprojects.org/root/go-serviceman/service"
)
func printLogMessage(conf *service.Service) {
fmt.Printf("If all went well the logs should have been created at:\n\t%s\n", conf.Logdir)
}