Skip to content

Instantly share code, notes, and snippets.

@jordemort
Created March 15, 2016 15:39
Show Gist options
  • Save jordemort/24a97ce41b6c50fabdb0 to your computer and use it in GitHub Desktop.
Save jordemort/24a97ce41b6c50fabdb0 to your computer and use it in GitHub Desktop.
root@localhost:/# /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
root@localhost:/# ps aux | grep haproxy
haproxy 4674 0.0 0.1 41604 8624 ? Ss 15:39 0:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
root 4680 0.0 0.0 12728 2120 ? R+ 15:39 0:00 grep haproxy
root@localhost:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment