Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
kissbac
/
packages
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Keine Beschreibung
147
Commits
1
Branch
Struktur:
3d44a5520c
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von '3d44a5520c'
${ noResults }
packages
/
net
/
haproxy
/
files
/
haproxy.hotplug
haproxy.hotplug
107B
Verlauf
Originalformat
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