Start crond from run.sh
This commit is contained in:
parent
aedc5c7535
commit
820fbc70df
3
run.sh
3
run.sh
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Start crond for cronjobs to work correctly
|
||||||
|
/usr/sbin/crond
|
||||||
# Check and if needed install/renew certs
|
# Check and if needed install/renew certs
|
||||||
# Note that this script (certbot.sh) is also
|
# Note that this script (certbot.sh) is also
|
||||||
# run weekely from /etc/periodic/weekly/croncert.sh
|
# run weekely from /etc/periodic/weekly/croncert.sh
|
||||||
|
|
Loading…
Reference in New Issue