<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 5, 2018 at 10:05 AM Jérémy Rosen <<a href="mailto:jeremy.rosen@smile.fr">jeremy.rosen@smile.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    I would have my timer be duration-based instead of calandar based
    (assuming that fits your need)<br>
    <br>
    You could use one of the following<br>
    <br>
    OnActiveSec=48h (two days after the timer last triggered<br>
    OnUnitActiveSec=48h (two days afte the unit was last started)<br>
    <br>
    Or slightly different<br>
    <br>
    OnUnitInactiveSec=24h (one day after the service FINISHED)<br>
    <br>
    In all those cases, since this is interval based, you would need a
    way to "prime the pump" I usually do this with<br>
    <br>
    OnStartupSec=15m (1/4h after the machine was started) <br>
    <br>
    or simply by enabling the service itself so it's part of the boot
    sequence (this will work with OnUnitActive and OnUnitInactive, but
    not with OnActive)<br></div></blockquote><div><br></div><div>Ok but I don't want to have to wait until 3.30AM to manually prime the thing, and I don't want to start it outside of its normal run window... </div></div></div>