@mh-cbon/has-sysv

1.0.1 • Public • Published

has-sysv

Tells if the system is running sysv init system.

Install

npm i @mh-cbon/has-sysv

Usage

require('@mh-cbon/has-sysv')(function (err) {
  if (err) return console.error('this system does not run sysv');
  console.log('This system seems to run sysv');
})

Dependents (1)

Package Sidebar

Install

npm i @mh-cbon/has-sysv

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mh-cbon