Re: [systemd-devel] Service not restarting after Condition failed

2014-12-02 Thread D.S. Ljungmark
On 01/12/14 01:20, Lennart Poettering wrote: > On Mon, 24.11.14 20:02, D.S. Ljungmark (spi...@aanstoot.se) wrote: > >> Basically, some files (config & certificates) may not exist on a system >> until it's provisioned properly, something that may take a while ( a few >> days) >> >> After provisioni

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-30 Thread Lennart Poettering
On Mon, 24.11.14 20:02, D.S. Ljungmark (spi...@aanstoot.se) wrote: > Basically, some files (config & certificates) may not exist on a system > until it's provisioned properly, something that may take a while ( a few > days) > > After provisioning, we want the services depending on those file to >

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-30 Thread Umut Tezduyar Lindskog
On Tue, Nov 25, 2014 at 2:38 PM, D.S. Ljungmark wrote: > On 24/11/14 20:30, Umut Tezduyar Lindskog wrote: >> Hi >> >> On Monday, November 24, 2014, D.S. Ljungmark > > wrote: >> >> On 10/11/14 23:09, Lennart Poettering wrote: >> > On Thu, 30.10.14 18:47, D.S. Ljun

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-25 Thread D.S. Ljungmark
On 24/11/14 20:30, Umut Tezduyar Lindskog wrote: > Hi > > On Monday, November 24, 2014, D.S. Ljungmark > wrote: > > On 10/11/14 23:09, Lennart Poettering wrote: > > On Thu, 30.10.14 18:47, D.S. Ljungmark (spi...@aanstoot.se > ) wrote: > > > >> Hi >

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-24 Thread Umut Tezduyar Lindskog
Hi On Monday, November 24, 2014, D.S. Ljungmark wrote: > On 10/11/14 23:09, Lennart Poettering wrote: > > On Thu, 30.10.14 18:47, D.S. Ljungmark (spi...@aanstoot.se > ) wrote: > > > >> Hi > >> we have a service set to: > >> ConditionFileNotEmpty= > >> > >> and > >> > >> Restart=Always > >> > >>

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-24 Thread D.S. Ljungmark
On 10/11/14 23:09, Lennart Poettering wrote: > On Thu, 30.10.14 18:47, D.S. Ljungmark (spi...@aanstoot.se) wrote: > >> Hi >> we have a service set to: >> ConditionFileNotEmpty= >> >> and >> >> Restart=Always >> >> >> This combination would (in my feebled mind) cause the service to restart >> once

Re: [systemd-devel] Service not restarting after Condition failed

2014-11-10 Thread Lennart Poettering
On Thu, 30.10.14 18:47, D.S. Ljungmark (spi...@aanstoot.se) wrote: > Hi > we have a service set to: > ConditionFileNotEmpty= > > and > > Restart=Always > > > This combination would (in my feebled mind) cause the service to restart > once the Condition was fulfilled, but that doesn't seem to b

[systemd-devel] Service not restarting after Condition failed

2014-10-30 Thread D.S. Ljungmark
Hi we have a service set to: ConditionFileNotEmpty= and Restart=Always This combination would (in my feebled mind) cause the service to restart once the Condition was fulfilled, but that doesn't seem to be the case. Is there a way I can get a service to restart even after it has been set as i