Skip to content

dog-ai/sdnotify-wrapper

Repository files navigation

A 🐧 systemd sd_notify 📦 wrapper library

Build Status Coverage Status Version Downloads

A systemd sd_notify wrapper library.

Features

How to install

npm install @dog-ai/sdnotify-wrapper

How to use

Use it in your app

const SdNotifyWrapper = require('sdnotify-wrapper')

SdNotifyWrapper.notify(false, 'READY=1')