Re: [systemd-devel] [EXT] Re: Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Windl, Ulrich
> -Original Message- > From: Andrei Borzenkov > Sent: Tuesday, July 30, 2024 4:12 PM > To: Windl, Ulrich > Cc: Mantas Mikulėnas ; systemd- > de...@lists.freedesktop.org > Subject: [EXT] Re: Re: [systemd-devel] "OnUnitInactiveSec Timer not firing" > issue > > On Tue, Jul 30, 2024 at 11:

Re: [systemd-devel] [EXT] Re: Re: Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Windl, Ulrich
> -Original Message- > From: systemd-devel On > Behalf Of Kevin P. Fleming > Sent: Tuesday, July 30, 2024 2:57 PM > Cc: systemd-devel@lists.freedesktop.org > Subject: [EXT] Re: [systemd-devel] Re: Re: "OnUnitInactiveSec Timer not > firing" issue > > On Tue, Jul 30, 2024, at 08:38, Wind

Re: [systemd-devel] Systemd Boot Time Optimization

2024-07-30 Thread Dharma.B
Hi, Gentle reminder on this query. On 18/07/24 11:52 am, Dharma B wrote: > Hi Everyone, > > We have recently migrated from sysvinit to systemd on our platforms, > including sam9, sama5, and sama7 which feature various ARM architectures > such as ARMv5, Cortex-A5, and Cortex-A7. > > We observed d

Re: [systemd-devel] [EXT] Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Andrei Borzenkov
On Tue, Jul 30, 2024 at 11:25 AM Windl, Ulrich wrote: > > > > > -Original Message- > > From: Andrei Borzenkov > > Sent: Monday, July 29, 2024 1:19 PM > > To: Mantas Mikulėnas > > Cc: Windl, Ulrich ; systemd-devel@lists.freedesktop.org > > Subject: [EXT] Re: [systemd-devel] "OnUnitInactiv

Re: [systemd-devel] [EXT] Re: Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Andrei Borzenkov
On Tue, Jul 30, 2024 at 3:38 PM Windl, Ulrich wrote: > > Hi! > > Top-posting this time: > Reading the manual carefully, I recognized an asymmetry: > OnActiveSec= defines a timer relative to the moment the timer itself is > activated. > OnUnitInactiveSec= defines a timer relative to when the unit

Re: [systemd-devel] [EXT] Re: Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Kevin P. Fleming
On Tue, Jul 30, 2024, at 08:38, Windl, Ulrich wrote: > Hi! > > Top-posting this time: > Reading the manual carefully, I recognized an asymmetry: > OnActiveSec= defines a timer relative to the moment the timer itself is > activated. > OnUnitInactiveSec= defines a timer relative to when the unit the

[systemd-devel] undo "systemctl edit"

2024-07-30 Thread Windl, Ulrich
Hi! By mistake I added a [Timer] section to a service unit (instead of timer unit) using "systemctl edit ...". After realizing the mistake, I used "systemctl edit ..." again to remove all lines. However this caused to keep the file in place, not canceling the edit. So I wonder: Wouldn't it make

Re: [systemd-devel] [EXT] Re: Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Windl, Ulrich
Hi! Top-posting this time: Reading the manual carefully, I recognized an asymmetry: OnActiveSec= defines a timer relative to the moment the timer itself is activated. OnUnitInactiveSec= defines a timer relative to when the unit the timer is activating was last deactivated. Also the manual des n

Re: [systemd-devel] [EXT] Re: "OnUnitInactiveSec Timer not firing" issue

2024-07-30 Thread Windl, Ulrich
> -Original Message- > From: Andrei Borzenkov > Sent: Monday, July 29, 2024 1:19 PM > To: Mantas Mikulėnas > Cc: Windl, Ulrich ; systemd-devel@lists.freedesktop.org > Subject: [EXT] Re: [systemd-devel] "OnUnitInactiveSec Timer not firing" issue > > On Mon, Jul 29, 2024 at 2:12 PM Manta