Skip to main content

All Questions

Tagged with
0 votes
1 answer
516 views

systemd timer does not display trigger & does not repeat

As explained in GoAccess 1.4 detailed tutorial, I've create a goa-daily.timer [Unit] Description=Daily update of GoAccess reports [Timer] # Every day @ 3 O'clock OnCalendar=*-*-* 03:00:00 ...
openHBP's user avatar
  • 101
2 votes
1 answer
920 views

Install systemd timer + service silently with dh_installsystemd

I have a systemd service+timer that I'd like to install which does not match my packagename. # debian/mypackage.myscript.timer [Timer] OnCalendar=weekly Persistent=true [Install] WantedBy=timers....
Stewart's user avatar
  • 14.2k
1 vote
1 answer
506 views

Systemd timer running scheduled service 2 times in a row, instead of running only 1 time

I have a nodejs gui program (does not requires user interaction), which needs to be run at every 40th minutes at each hour. Say run at 05:40PM, 06:40PM, 07:40PM and so on. In a Debian server, I have ...
drmirk's user avatar
  • 113
2 votes
0 answers
272 views

systemd activates unit ran by timer upon changing the OnCalendar directive

I have a systemd timer setup with this OnCalendar value: OnCalendar=*-*-* 05:35:00 Upon changing it to OnCalendar=*-*-* 06:35:00 And running systemctl daemon-reload to reload the configratuion ...
Boyan Atanasov's user avatar