UNPKG

systemd-daemon

Version:

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

6 lines (5 loc) 222 B
exports.watchdog = require('./lib/watchdog'); exports.notify = require('./lib/notify'); exports.booted = require('./lib/booted'); exports.listen_fds = require('./lib/listen-fds'); exports.socket = require('./lib/socket');