Age | Commit message (Collapse) | Author | |
---|---|---|---|
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/suse: let rc-local.service log to syslog | Michal Schmidt | |
Same change as the previous commit did for Fedora. fcrozat agreed. | |||
2011-07-12 | unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵ | Lennart Poettering | |
binary we'll spawn | |||
2011-07-12 | units: add units for boot.local/halt.local on SUSE distributions. | Frederic Crozat | |
2011-03-18 | units: get rid of empty units/suse/ subdir | Lennart Poettering | |
2010-10-25 | fsck: remove symlink from fsck.target to sysinit.target | Tom Gundersen | |
2010-10-14 | units: get rid of distro-specific shutdown scripts, replace them by ↵ | Lennart Poettering | |
systemd-shutdown invocations | |||
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-13 | service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵ | Lennart Poettering | |
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one". | |||
2010-08-06 | units: add missing fsck.target file | Lennart Poettering | |
2010-08-04 | units: suse - reboot: do not wait for tty | Kay Sievers | |
2010-07-13 | units: update other distro units to recent fedora changes | Lennart Poettering | |
2010-07-11 | units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵ | Lennart Poettering | |
jobs due to the impact minimizer | |||
2010-07-10 | units: turn shutdown dependencies from Requires into Wants to make things a ↵ | Lennart Poettering | |
bit more robust | |||
2010-07-09 | units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdown | Kay Sievers | |
2010-07-09 | units: connect shutdown scripts explicitly with the tty, because native ↵ | Lennart Poettering | |
units now default to /dev/null stdout otherwise | |||
2010-07-07 | units: in order to make the default services parseable by GKeyFile, merge ↵ | Lennart Poettering | |
repeated lines | |||
2010-07-03 | units: update shipped unit files for DefaultDependencies= | Lennart Poettering | |
2010-06-02 | units: tear down sys-kernel-security.automount automount point on shutdown | Lennart Poettering | |
2010-06-02 | units: add SUSE service files | Kay Sievers | |