node-systemd
node-systemd copied to clipboard
V8 engine extension for Node allowing native interaction with systemd and its journal
**NPM module install** ``` Package libsystemd-journal was not found in the pkg-config search path. Perhaps you should add the directory containing `libsystemd-journal.pc' to the PKG_CONFIG_PATH environment variable No package 'libsystemd-journal'...
`libsystem-journal` is deprecated and all functionality lives in `libsystemd`. Fixes #13
Hi! I just wanted you to know that the module is not buildable on Node v4.0.0. Trying to do so yields the following error(s): ``` patrick@blubb:~/tmp$ git clone https://github.com/systemd/node-systemd.git Cloning...