summaryrefslogtreecommitdiff
path: root/units/fedora/rc-local.service
AgeCommit message (Collapse)Author
2011-12-02rc-local: order after network.targetMichal Schmidt
As suggested by Bill Nottingham: rc.local is often used for frobbing the network. https://bugzilla.redhat.com/show_bug.cgi?id=754789
2011-12-02rc-local: no need to check if the script is executableMichal Schmidt
rc-local.service is pulled in by a generator only if the script is executable. No need to check again.
2011-12-02add a generator to pull rc-local.service inMichal Schmidt
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.
2011-11-09units/fedora: let rc-local.service log to syslogMichal Schmidt
rc-local.service should not be excluded from the default stdout logging. Missing logs were noticed by Andrew McNabb in https://bugzilla.redhat.com/show_bug.cgi?id=750032#c3
2011-07-12unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵Lennart Poettering
binary we'll spawn
2011-06-27units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora.Bill Nottingham
/etc/rc.local is a symlink.
2010-11-15exec: automatically determine right TERM= setting based on tty nameLennart Poettering
2010-10-29Fedora: don't ship [Install] sections; these are enabled in the system ↵Bill Nottingham
configuration.
2010-10-29Fedora: further unit tweaksBill Nottingham
1) Just ship rc-local as-is; don't worry about the 'local' name. 2) Don't install rc-local and prefdm to /etc ; just enable them globally for the system in /lib.
2010-10-27units: run sysv related scripts with TERM=linuxLennart Poettering
2010-10-14fedora: add compat unit for /sbin/halt.localLennart Poettering
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-14units: don't require tty in rc-local.serviceLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623802
2010-07-03units: update shipped unit files for DefaultDependencies=Lennart Poettering
2010-06-02units: make sure that rc-local.service is run before the getty on tty1, so ↵Lennart Poettering
that they don't fight for tty access
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-05-20fedora: make sure both prefdm and rc-local depend on base.target properlyLennart Poettering
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-18units: synchronize with shutdown.targetLennart Poettering
2010-05-18units: fix execution environment for a few servicesLennart Poettering
2010-05-17units: fix commentingLennart Poettering
2010-05-17units: add distribution-specific unitsLennart Poettering