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
- Host: GitHub
- URL: https://github.com/erebe/systemd
- Owner: erebe
- License: bsd-3-clause
- Created: 2014-09-24T15:38:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T22:08:56.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T19:53:26.795Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 49.8 KB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)