Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-04 | build-sys: make rc-local support part of SYSV compat | Lennart Poettering | |
This also drops automatic selection of the rc local scripts based on the local distro. Distributions now should specify the paths of the rc-local and halt-local scripts on the configure command line. | |||
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | |
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends. | |||
2011-12-02 | rc-local: order after network.target | Michal 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-02 | rc-local: no need to check if the script is executable | Michal Schmidt | |
rc-local.service is pulled in by a generator only if the script is executable. No need to check again. | |||
2011-12-02 | add a generator to pull rc-local.service in | Michal 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-09 | units/fedora: let rc-local.service log to syslog | Michal 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-12 | unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵ | Lennart Poettering | |
binary we'll spawn | |||
2011-06-27 | units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora. | Bill Nottingham | |
/etc/rc.local is a symlink. | |||
2010-11-15 | exec: automatically determine right TERM= setting based on tty name | Lennart Poettering | |
2010-10-29 | Fedora: don't ship [Install] sections; these are enabled in the system ↵ | Bill Nottingham | |
configuration. | |||
2010-10-29 | Fedora: further unit tweaks | Bill 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-27 | units: run sysv related scripts with TERM=linux | Lennart Poettering | |
2010-10-14 | fedora: add compat unit for /sbin/halt.local | Lennart Poettering | |
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-14 | units: don't require tty in rc-local.service | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623802 | |||
2010-07-03 | units: update shipped unit files for DefaultDependencies= | Lennart Poettering | |
2010-06-02 | units: 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-02 | service: change default service type to 'simple' since that is the future | Lennart Poettering | |
2010-05-20 | fedora: make sure both prefdm and rc-local depend on base.target properly | Lennart Poettering | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-18 | units: synchronize with shutdown.target | Lennart Poettering | |
2010-05-18 | units: fix execution environment for a few services | Lennart Poettering | |
2010-05-17 | units: fix commenting | Lennart Poettering | |
2010-05-17 | units: add distribution-specific units | Lennart Poettering | |