This website works better with JavaScript
Home
Explore
Help
Sign In
pi31415
/
librecmc-package-feed
forked from
libreCMC/package-feed
Watch
1
Star
0
Fork
0
Files
Tree:
13cb588bdc
Branches
Tags
master
tinyscheme
tsopt
tsx
v1.4
v1.4.2
v1.5
librecmc-packag...
/
net
/
haproxy
/
files
/
haproxy.hotplug
haproxy.hotplug
107 B
History
Raw
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