Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.09 KB

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')