<p dir="ltr">On Mar 29, 2015 9:52 AM, "Max" <<a href="mailto:maxim.suraev@campus.tu-berlin.de">maxim.suraev@campus.tu-berlin.de</a>> wrote:<br>
><br>
> Hi.<br>
><br>
> Is there a way to make timer unit which will execute things every X minutes where X<br>
> is not divisor for 60?<br>
> In case of divisor it's obvious:<br>
><br>
> [Timer]<br>
> OnCalendar=*:00/10<br>
><br>
> Will run every 10 minutes which nicely fit into 60 minutes hour. What if I would like<br>
> to run things every 11 minutes: 0, 11, 22, 33, 44, 55, 66, 77...<br>
><br>
> If I interpret <a href="http://www.freedesktop.org/software/systemd/man/systemd.time.html">http://www.freedesktop.org/software/systemd/man/systemd.time.html</a><br>
> correctly than<br>
> OnCalendar=*:00/11 will run on 0, 11...44,55,0,11... resulting in unevenness at the<br>
> end of an hour.<br>
><br>
> Am I missing something?</p>
<p dir="ltr">Yes. :-) See OnActiveSec and related options, listed right above OnCalendar in the documentation you linked to.</p>
<p dir="ltr">-T.C.</p>