This website works better with JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kissbac
/
packages
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Sin descripción
949
Commits
1
Rama
Árbol:
28d8fe7018
packages
/
net
/
haproxy
/
files
/
haproxy.hotplug
haproxy.hotplug
107B
Histórico
Original
1
2
3
4
5
6
7
8
#!/bin/sh
if
[
"
$ACTION
"
= add ];
then
/etc/init.d/haproxy enabled && \
/etc/init.d/haproxy start
fi