godaemon icon indicating copy to clipboard operation
godaemon copied to clipboard

Daemonize Go applications deviously.

Results 9 godaemon issues
Sort by recently updated
recently updated
newest added

Once a child and grandchild are forked, the current process would like to know whether they are successful or not, and show a proper message, by doing some application level...

Currently, we can't cross compile darwin on linux because it uses CGO. I think we could remove CGO entirely from that file and replace the current GetExecutablePath() function with: ```go...

``` A Go Daemon is a good thing, and so we present an angelic cat picture: ``` The image is not loading. Some what :trollface:, some what want to see...

It is recommended to use the standard library function instead to remove the dependency on cgo. Cross-compilation is also easier.

Hi Guys! I've been poking around looking for a good way to daemonize a function within [our app](https://github.com/vapor-ware/ksync) I came across this. Most of the suggestions come down to "don't",...

It would be great to have automated tests that verify that our piped STDERR and STDOUT are working correctly.

This happened twice: 2017/04/24 20:26:59 readlink /proc/self/exe: no such file or directory 2017/04/24 20:26:59 readlink /proc/self/exe: no such file or directory and then my app is not daemonized

I'm noticing inconsistent behavior between Linux distributions. On Ubuntu/Debian, using the same (standard) SysVinit script, "service {name} stop" does not function as intended. The daemon is never killed during a...

hi bro, first thanks. is it support windows?