daemons icon indicating copy to clipboard operation
daemons copied to clipboard

Daemons in Haskell made fun and easy

Results 4 daemons issues
Sort by recently updated
recently updated
newest added

Would it be possible to run `daemons` on Windows?

Thank you for your work on this package! Is there a reason you use `SIGQUIT` for `kill` and `killAndWait`? The [default behavior on Linux](https://man7.org/linux/man-pages/man7/signal.7.html) is to terminate the process and...

This is a minor one: the AddOne link in README.md was pointing to a non-existent file.

I'd like the daemon to be able to use the native credentials passing mechanism on Linux, namely SO_PEERCRED or SO_PASSCRED http://linux.die.net/man/7/socket http://hackage.haskell.org/package/network-2.0/docs/Network-Socket.html#v%3AgetPeerCred