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
455
Commits
1
Branch
Struktur:
2576665677
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