This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
rpi_docker_home_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
haproxy: make sure cron starts
multi_domain
ßingen
6 years ago
parent
25813a5a5e
commit
b5200701ca
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
+2
-0
images/haproxy/startup.sh
+ 2
- 0
images/haproxy/startup.sh
View File
# remove default cron job
# remove default cron job
mv /etc/cron.d/certbot /tmp
mv /etc/cron.d/certbot /tmp
service cron status || service cron start
# Start HAProxy
# Start HAProxy
haproxy -f $CFG_FILE
haproxy -f $CFG_FILE
Write
Preview
Loading…
Cancel
Save