UNPKG

systemd-daemon

Version:

Native implementation of the sd-daemon subset of libsystemd. Providing socket activation, sd_notify, sd_booted and watchdog support.

29 lines (28 loc) 752 B
{ "name": "systemd-daemon", "version": "1.1.2", "description": "Native implementation of the sd-daemon subset of libsystemd. Providing socket activation, sd_notify, sd_booted and watchdog support.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bnf/node-systemd-daemon.git" }, "keywords": [ "systemd", "activation", "socket", "daemon" ], "author": "Benjamin Franzke", "license": "ISC", "bugs": { "url": "https://github.com/bnf/node-systemd-daemon/issues" }, "homepage": "https://github.com/bnf/node-systemd-daemon#readme", "optionalDependencies": { "unix-dgram": "^2.0.2" } }