mirror of
https://github.com/kardianos/service.git
synced 2025-10-04 16:32:45 +08:00
service: return better error messages from executed commands.
This commit is contained in:
@@ -65,9 +65,9 @@ func main() {
|
||||
flag.Parse()
|
||||
|
||||
svcConfig := &service.Config{
|
||||
Name: "GoServiceTest",
|
||||
DisplayName: "Go Service Test",
|
||||
Description: "This is a test Go service.",
|
||||
Name: "GoServiceExampleLogging",
|
||||
DisplayName: "Go Service Example for Logging",
|
||||
Description: "This is an example Go service that outputs log messages.",
|
||||
}
|
||||
|
||||
prg := &program{}
|
||||
|
Reference in New Issue
Block a user