Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Tom Ryder
On Sun, Aug 09, 2020 at 06:42:36PM +0200, Jérémy ROSEN wrote: You could create a timer that starts another timer... Or something like an `at` job: $ sudo at 'midnight 2021-01-01' at> systemctl enable myservice.timer at> systemctl start myservice.timer at> job 1 at Fri Jan

[systemd-devel] systemd unit timer

2020-08-09 Thread Dave Howorth
Sorry Jérémy ROSEN had munged the headers so a reply went only to him :( :( Here's a copy for the list. Begin forwarded message: Date: Sun, 9 Aug 2020 20:16:19 +0100 From: Dave Howorth To: Jérémy ROSEN Subject: Re: [systemd-devel] systemd unit timer On Sun, 9 Aug 2020 18:42:36 +0200

Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Jérémy ROSEN
You could create a timer that starts another timer... Le dim. 9 août 2020 à 16:56, Dave Howorth a écrit : > On Sun, 9 Aug 2020 15:54:55 +0300 > Andrei Borzenkov wrote: > > 09.08.2020 13:40, Vini Harimoorthy пишет: > > > In that case, it will run only in Oct,Nov, & Dec. But, I want to > > >

Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Dave Howorth
On Sun, 9 Aug 2020 15:54:55 +0300 Andrei Borzenkov wrote: > 09.08.2020 13:40, Vini Harimoorthy пишет: > > In that case, it will run only in Oct,Nov, & Dec. But, I want to > > run the timer unit weekly after a specific calendar date & time. > > How to specify if I want to run some task on every 12

Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Andrei Borzenkov
09.08.2020 13:40, Vini Harimoorthy пишет: > In that case, it will run only in Oct,Nov, & Dec. But, I want to run the > timer unit weekly after a specific calendar date & time. > How to specify if I want to run some task on every 12 hours after Jan'2021 > (start from future date & time) > That's

Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Vini Harimoorthy
In that case, it will run only in Oct,Nov, & Dec. But, I want to run the timer unit weekly after a specific calendar date & time. How to specify if I want to run some task on every 12 hours after Jan'2021 (start from future date & time) Are the below requirements possible with a systemd timer ?

Re: [systemd-devel] systemd unit timer

2020-08-09 Thread Ronnie Thomas
On Sun, Aug 9, 2020 at 12:20 AM Vini Harimoorthy wrote: > Hi Team, > > > Is there a way to specify the "start date & time" of the timer unit with > calendar timer ? > > For example, the below timer units runs every weekly from the service is > activated.My requirement is that I need to run the