Skip to content

A 🐧 systemd sd_notify πŸ“¦ wrapper library

License

Notifications You must be signed in to change notification settings

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

  • Supports Bluebird 🐦 promises βœ…

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