This website works better with JavaScript.
Etusivu
Tutki
Apua
Kirjaudu sisään
kissbac
/
packages
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Ei kuvausta
147
Commitit
1
Haara
Puu:
3d44a5520c
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '3d44a5520c'
${ noResults }
packages
/
net
/
haproxy
/
files
/
haproxy.hotplug
haproxy.hotplug
107B
Historia
Raaka
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