An open API service indexing awesome lists of open source software.

https://github.com/erebe/systemd

Haskell bindings for systemd
https://github.com/erebe/systemd

Last synced: 8 months ago
JSON representation

Haskell bindings for systemd

Awesome Lists containing this project

README

          

# Haskell implementation for systemd

Systemd offers some functionnalities to developpers for creating daemons process

- [Watchdog](http://www.freedesktop.org/software/systemd/man/sd_notify.html)
- [Socket activation](http://0pointer.de/blog/projects/socket-activation.html)
- journal log

Documentation and the package is [available on hackage](https://hackage.haskell.org/package/systemd/docs/System-Systemd-Daemon.html)