haproxy-upstart-wrapper

A wrapper for haproxy to be used with Upstart

Usage no npm install needed!

<script type="module">
  import haproxyUpstartWrapper from 'https://cdn.skypack.dev/haproxy-upstart-wrapper';
</script>

README

haproxy-upstart-wrapper

A wrapper for haproxy that works with Upstart so that reload signals are processed properly.

Just in time for Debian to switch to systemd.

install

$ npm install -g haproxy-upstart-wrapper

usage

Install the upstart job with:

$ haproxy-upstart-wrapper --install

Uninstall the upstart job with:

$ haproxy-upstart-wrapper --uninstall

Then you can use the normal upstart commands to manage haproxy:

$ service haproxy start
$ service haproxy reload
$ service haproxy stop

license

MIT