diff --git a/src/yunohost/firewall.py b/src/yunohost/firewall.py index e9d05b7e0..88b4dd7ba 100644 --- a/src/yunohost/firewall.py +++ b/src/yunohost/firewall.py @@ -338,7 +338,7 @@ def firewall_upnp(action="status", no_refresh=False): # Add cron job with open(UPNP_CRON_JOB, "w+") as f: f.write( - "*/10 * * * * root " + "*/12 * * * * root " "/usr/bin/yunohost firewall upnp status >>/dev/null\n" ) enabled = True