Re: [systemd-devel] Systemd of course

2013-04-08 Thread Lennart Poettering
On Sun, 07.04.13 14:30, Pascal ([email protected]) wrote: > Hi, > > > I need some help to (even) understand systemd process (philosophy)... > > How, from a service, stop the boot process if an error occurs in this > service? > > For example, a bash script do a check and return false or true.

Re: [systemd-devel] Systemd of course

2013-04-07 Thread Andrey Borzenkov
В Sun, 7 Apr 2013 14:30:43 +0200 Pascal пишет: > Hi, > > > I need some help to (even) understand systemd process (philosophy)... > > How, from a service, stop the boot process if an error occurs in this > service? > > For example, a bash script do a check and return false or true. If true > r

[systemd-devel] Systemd of course

2013-04-07 Thread Pascal
Hi, I need some help to (even) understand systemd process (philosophy)... How, from a service, stop the boot process if an error occurs in this service? For example, a bash script do a check and return false or true. If true returned, all is ok and the boot process go on with default target and