Skip to content

Instantly share code, notes, and snippets.

@jordemort
Created March 15, 2016 15:36
Show Gist options
  • Save jordemort/a933475cd907e63a4429 to your computer and use it in GitHub Desktop.
Save jordemort/a933475cd907e63a4429 to your computer and use it in GitHub Desktop.
root@localhost:/# systemctl status haproxy
● haproxy.service - LSB: fast and reliable load balancing reverse proxy
Loaded: loaded (/etc/init.d/haproxy)
Active: active (running) since Tue 2016-03-15 15:35:55 UTC; 2s ago
Process: 4510 ExecStart=/etc/init.d/haproxy start (code=exited, status=0/SUCCESS)
CGroup: /user.slice/user-1000.slice/session-900.scope/system.slice/haproxy.service
└─4514 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -D -p /var/run/haproxy.pid
Mar 15 15:35:55 localhost systemd[1]: Starting LSB: fast and reliable load balancing reverse proxy...
Mar 15 15:35:55 localhost haproxy[4510]: Starting haproxy: haproxy.
Mar 15 15:35:55 localhost systemd[1]: Started LSB: fast and reliable load balancing reverse proxy.
root@localhost:/# service haproxy reload
root@localhost:/# systemctl status haproxy
● haproxy.service - LSB: fast and reliable load balancing reverse proxy
Loaded: loaded (/etc/init.d/haproxy)
Active: active (exited) since Tue 2016-03-15 15:35:55 UTC; 8s ago
Process: 4645 ExecReload=/etc/init.d/haproxy reload (code=exited, status=0/SUCCESS)
Process: 4510 ExecStart=/etc/init.d/haproxy start (code=exited, status=0/SUCCESS)
Mar 15 15:35:55 localhost systemd[1]: Starting LSB: fast and reliable load balancing reverse proxy...
Mar 15 15:35:55 localhost haproxy[4510]: Starting haproxy: haproxy.
Mar 15 15:35:55 localhost systemd[1]: Started LSB: fast and reliable load balancing reverse proxy.
Mar 15 15:36:02 localhost systemd[1]: Reloading LSB: fast and reliable load balancing reverse proxy.
Mar 15 15:36:02 localhost haproxy[4645]: Reloading haproxy: haproxy.
Mar 15 15:36:02 localhost systemd[1]: Reloaded LSB: fast and reliable load balancing reverse proxy.
root@localhost:/# systemctl start haproxy
root@localhost:/# systemctl status haproxy
● haproxy.service - LSB: fast and reliable load balancing reverse proxy
Loaded: loaded (/etc/init.d/haproxy)
Active: active (exited) since Tue 2016-03-15 15:35:55 UTC; 20s ago
Process: 4645 ExecReload=/etc/init.d/haproxy reload (code=exited, status=0/SUCCESS)
Process: 4510 ExecStart=/etc/init.d/haproxy start (code=exited, status=0/SUCCESS)
Mar 15 15:35:55 localhost systemd[1]: Starting LSB: fast and reliable load balancing reverse proxy...
Mar 15 15:35:55 localhost haproxy[4510]: Starting haproxy: haproxy.
Mar 15 15:35:55 localhost systemd[1]: Started LSB: fast and reliable load balancing reverse proxy.
Mar 15 15:36:02 localhost systemd[1]: Reloading LSB: fast and reliable load balancing reverse proxy.
Mar 15 15:36:02 localhost haproxy[4645]: Reloading haproxy: haproxy.
Mar 15 15:36:02 localhost systemd[1]: Reloaded LSB: fast and reliable load balancing reverse proxy.
Mar 15 15:36:15 localhost systemd[1]: Started LSB: fast and reliable load balancing reverse proxy.
root@localhost:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment