Re: [systemd-devel] Timers and Service Conditions

2015-05-21 Thread Merten Sach
Hi, I was also able to reproduce the problem using a clean Fedora 22 Beta with systemd 219. Merten On 19/05/15 16:57, Lennart Poettering wrote: > On Thu, 02.04.15 12:01, Merten Sach (mer...@tabinin.eu) wrote: > >> Hi, >> >> I have a problem with a timer that trigges a service that has a conditi

Re: [systemd-devel] Timers and Service Conditions

2015-05-20 Thread Merten Sach
Hi, I am running version 216. I will try to reproduce it using a newer version when I got some spare time. I tried to reproduce it and I had, at first, some problems. But here are the steps that I used: * Enable autobackup@merten.timer * Restart system with AC connected * Let the timer activate

Re: [systemd-devel] Timers and Service Conditions

2015-05-19 Thread Lennart Poettering
On Thu, 02.04.15 12:01, Merten Sach (mer...@tabinin.eu) wrote: > Hi, > > I have a problem with a timer that trigges a service that has a condition set. > The timer defines the following properties: > > [Timer] > OnBootSec=1h > OnUnitInactiveSec=1h > Unit=autobackup@%i.service > > The se

Re: [systemd-devel] Timers and Service Conditions

2015-04-03 Thread Lennart Poettering
On Thu, 02.04.15 12:01, Merten Sach (mer...@tabinin.eu) wrote: > Hi, > > I have a problem with a timer that trigges a service that has a condition set. > The timer defines the following properties: > > [Timer] > OnBootSec=1h > OnUnitInactiveSec=1h > Unit=autobackup@%i.service > > The se

[systemd-devel] Timers and Service Conditions

2015-04-02 Thread Merten Sach
Hi, I have a problem with a timer that trigges a service that has a condition set. The timer defines the following properties: [Timer] OnBootSec=1h OnUnitInactiveSec=1h Unit=autobackup@%i.service The service unit set the following condition: ConditionACPower=true When I'm now on AC p