<div dir="ltr"><div dir="ltr">On Mon, Mar 7, 2022 at 11:22 AM Ulrich Windl <<a href="mailto:Ulrich.Windl@rz.uni-regensburg.de">Ulrich.Windl@rz.uni-regensburg.de</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi!<br>
<br>
I wrote some services that should run when booting and some time after<br>
booting.<br>
As it seems the service to run during boot works, but the timer-triggered one<br>
does not.<br>
I have no idea why.<br>
<br>
Here are the details:<br>
# systemctl status prevent-fencing-loop.service<br>
● prevent-fencing-loop.service - Prevent Pacemaker Fencing-Loop<br>
     Loaded: loaded (/usr/lib/systemd/system/prevent-fencing-loop.service;<br>
enabled; vendor preset: disabled)<br>
     Active: inactive (dead) since Sat 2022-03-05 10:33:50 CET; 1 day 23h ago<br>
       Docs: man:boot-loop-handler(8)<br>
   Main PID: 5226 (code=exited, status=0/SUCCESS)<br>
<br>
Mar 05 10:33:50 h19 systemd[1]: Starting Prevent Pacemaker Fencing-Loop...<br>
Mar 05 10:33:50 h19 boot-loop-handler[5234]: 1 of 4 allowable boots<br>
Mar 05 10:33:50 h19 systemd[1]: prevent-fencing-loop.service: Succeeded.<br>
Mar 05 10:33:50 h19 systemd[1]: Finished Prevent Pacemaker Fencing-Loop.<br>
<br>
So this service ran during boot.<br>
<br>
# systemctl status reset-boot-counter.timer<br>
● reset-boot-counter.timer - Reset Boot-Counter after 15 minutes<br>
     Loaded: loaded (/usr/lib/systemd/system/reset-boot-counter.timer;<br>
enabled; vendor preset: disabled)<br>
     Active: inactive (dead)<br>
    Trigger: n/a<br></blockquote><div><br></div><div>It's not a problem with any of the [Timer] On* configuration – the problem is that the whole .timer unit isn't active, so its triggers won't get scheduled in the first place.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
[Install]<br>
WantedBy=timer.target<br></blockquote><div><br></div><div>The timer is not being scheduled because it's WantedBy a nonexistent target. I think you meant 'timer<b>s</b>.target' here.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>