serviceman/serviceman_darwin.go

12 rader
223 B
Go
Permalänk Normal vy Historik

2019-07-07 06:48:25 +00:00
package main
import (
"fmt"
2020-12-02 23:18:34 +00:00
"git.rootprojects.org/root/serviceman/service"
2019-07-07 06:48:25 +00:00
)
func printLogMessage(conf *service.Service) {
fmt.Printf("If all went well the logs should have been created at:\n\n\t%s\n", conf.Logdir)
2019-07-07 06:48:25 +00:00
}