1.0.4 • Published 9 years ago
@mh-cbon/has-chkconfig v1.0.4
has-chkconfig
Tells if a system runs chkconfig
install
npm i @mh-cbon/has-chkconfig --save
Usage
require('@mh-cbon/has-chkconfig')(function (err, path){
err && console.error("This system does not run chkconfig")
!err && console.log("This system provides chkconfig at %j", path)
}))