summaryrefslogtreecommitdiff
path: root/src/rc-local-generator.c
Commit message (Collapse)AuthorAge
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
|
* add a generator to pull rc-local.service inMichal Schmidt2011-12-02
rc-local.service acts as an ordering barrier even if its condition is false, because conditions are evaluated when the service is about to be started. To avoid the ordering barrier in a legacy-free system, add a generator to pull rc-local.service into the transaction only if the script is executable. If/when we rewrite SysV compatibility into a generator, this one can become a part of it.