Re: [systemd-devel] Question regarding ConditionPathExists= and systemctl status

2012-08-08 Thread Lennart Poettering
On Mon, 06.08.12 10:16, Holger Freyther ([email protected]) wrote: > Hi, > > I have launched "systemd --user", created a bts.service file, added > 'ConditionPathExists=' in the Unit section of my service. Then I > launched my service with 'systemctl --user start ...' and as the > path does not

[systemd-devel] Question regarding ConditionPathExists= and systemctl status

2012-08-06 Thread Holger Freyther
Hi, I have launched "systemd --user", created a bts.service file, added 'ConditionPathExists=' in the Unit section of my service. Then I launched my service with 'systemctl --user start ...' and as the path does not exist, the condition_test fails and the service is not started. Next I tried to