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
3265
Commits
1
Rama
Árbol:
7a3493a9eb
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '7a3493a9eb'
${ noResults }
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