mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Changed cron timing to avoid clashes with other regular cron jobs
This commit is contained in:
parent
665898ffa8
commit
bff33afabb
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ def firewall_upnp(action="status", no_refresh=False):
|
||||||
# Add cron job
|
# Add cron job
|
||||||
with open(UPNP_CRON_JOB, "w+") as f:
|
with open(UPNP_CRON_JOB, "w+") as f:
|
||||||
f.write(
|
f.write(
|
||||||
"*/10 * * * * root "
|
"*/12 * * * * root "
|
||||||
"/usr/bin/yunohost firewall upnp status >>/dev/null\n"
|
"/usr/bin/yunohost firewall upnp status >>/dev/null\n"
|
||||||
)
|
)
|
||||||
enabled = True
|
enabled = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue