Tomáš Karela Procházka

Results 58 comments of Tomáš Karela Procházka

> > https://gophers.slack.com/archives/C9BMAAFFB/p1691163449401899 > > @prochac can you copy and paste the contents of the link? I'm not a member of the Gophers Slack. Tomáš Procházka 14 days ago (

For me, it doesn't show any products.

@mitchellh that's why I added the link to viper contributors. https://github.com/spf13/viper/graphs/contributors To add @sagikazarmark some credibility. He seems legit.

But is open source, anybody can be sleeping russian agent

Almost ... kardianos/service uses *(log/syslog).Writer under the hood. Or *(golang.org/x/sys/windows/svc/eventlog).Log in case of Windows. On 'linux-systemd' or 'darwin-launchd', I get stderr being scraped by service managers, but it can be...

Looks like the [`cmdEscape`](https://github.com/kardianos/service/blob/master/service_linux.go#L150) doesn't work for systemd. https://itecnotes.com/server/how-to-escape-spaces-in-systemd-unit-files/

It reports the platform it runs on. Linux, with systemd service manager. https://github.com/kardianos/service/blob/master/example/logging/main.go#L37 The interactive/non-interactive run is detected ok https://github.com/kardianos/service/blob/master/example/logging/main.go#L26

I had an issue with the binary not having `.exe` extension. From terminal, it was OK, including install, but the service didn't start. I was using `go build` and `-o`...

watched pot never boils? Could they fix it in Win10? https://stackoverflow.com/a/44139166 Can you try close `services.msc` and open again, and check if it stops then?

Is replacement of something that works, by something that can break, even a step forward?