systemd for 11.10 ?

Patrick Goetz pgoetz at mail.utexas.edu
Wed May 11 19:07:00 UTC 2011


On 05/11/2011 05:25 AM, James Hunt wrote:
> The best place to start is:
>
> https://wiki.ubuntu.com/NattyNarwhal/TechnicalOverviewUpstart
>

This section:
------------------------------------
...if a job configuration file specified the following complex condition:

   start on (A and (B or (starting C or (starting D or starting E))))

The check-config command would flag an error if for example none of the 
jobs 'C', 'D' or 'E' were available since that would indicate the job in 
question could never be automatically started (since the start on 
condition could never be true).
------------------------------------

is incorrect as stated.  If A and B are true, the job starts.  Since the 
proposition can be logically flattened
  (B or (C or (D or E))) == B or C or D or E
I suspect the typo is the "or" after B should be "and"




More information about the ubuntu-devel mailing list