1

Upstart job (haproxy)

view story
linux-howto

http://serverfault.com – I am starting HA proxy using the following command: sudo etc/init.d/haproxy start and I stop HA proxy using: sudo etc/init.d/haproxy stop How can I write a basic upstart script for sudo etc/init.d/something start or stop ? (HowTos)