This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
kissbac
/
packages
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
Nessuna descrizione
949
Commit
1
Ramo (Branch)
Albero (Tree):
28d8fe7018
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '28d8fe7018'
${ noResults }
packages
/
net
/
haproxy
/
files
/
haproxy.hotplug
haproxy.hotplug
107B
Cronologia
Originale
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