summaryrefslogtreecommitdiff
path: root/units/fedora
Commit message (Collapse)AuthorAge
* service: ignore SIGPIPE by defaultLennart Poettering2012-02-09
|
* rc-local: order after network.targetMichal Schmidt2011-12-02
| | | | | | | As suggested by Bill Nottingham: rc.local is often used for frobbing the network. https://bugzilla.redhat.com/show_bug.cgi?id=754789
* rc-local: no need to check if the script is executableMichal Schmidt2011-12-02
| | | | | rc-local.service is pulled in by a generator only if the script is executable. No need to check again.
* 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.
* units/fedora: let rc-local.service log to syslogMichal Schmidt2011-11-09
| | | | | | | 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
* man: don't recommend After=syslog.target anymore since we don't support ↵Lennart Poettering2011-08-31
| | | | non-socket-activatable syslogs anymore where that was ncessary
* unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵Lennart Poettering2011-07-12
| | | | binary we'll spawn
* units: Use /etc/rc.d/rc.local as the path to rc.local in Fedora.Bill Nottingham2011-06-27
| | | | /etc/rc.local is a symlink.
* plymouth: move plymouth out of TARGET_FEDORAJeff Mahoney2011-02-08
|
* units: move a couple of units from base.target to sysinit.targetLennart Poettering2010-11-19
|
* units: enable console ask-password agent by defaultLennart Poettering2010-11-18
|
* units: make sure prefdm is killed first, user sessions second on shutdownLennart Poettering2010-11-18
|
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-15
|
* fedora: start plymouth after udev-settle, so that the graphics modules are ↵Lennart Poettering2010-10-31
| | | | loaded
* units: add unit to call /bin/plymouth update-root-fs --read-writeLennart Poettering2010-10-30
|
* fedora: /bin/plymouth --sysinit is not necessary on shut downLennart Poettering2010-10-30
|
* fedora: invoke plymouth with its /bin instead of the /usr/bin/ pathLennart Poettering2010-10-29
|
* fedora plymouthd doesn't seem to like --attach-to-session hereLennart Poettering2010-10-29
|
* units: make fedora/single.service standard and rename it to rescue.serviceLennart Poettering2010-10-29
|
* units: introduce plymouth-start and plymouth-kexec, and move a few things ↵Lennart Poettering2010-10-29
| | | | back from basic to sysinit
* fedora: get rid of sysinit.serviceLennart Poettering2010-10-29
|
* Fedora: by default, run prefdm last to match prior behavior.Bill Nottingham2010-10-29
|
* Fedora: don't ship [Install] sections; these are enabled in the system ↵Bill Nottingham2010-10-29
| | | | configuration.
* Fedora: further unit tweaksBill Nottingham2010-10-29
| | | | | 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.
* Fedora: Assorted tweaks to Fedora single-user mode.Bill Nottingham2010-10-29
| | | | | 1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown.
* units: run sysv related scripts with TERM=linuxLennart Poettering2010-10-27
|
* units: now that we don't set TERM anymore by default, make sure to pass it ↵Lennart Poettering2010-10-26
| | | | to our rescue sessions
* units: Remove the distro specific references to killall.service.Franz Dietrich2010-10-26
| | | | Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
* fedora: add compat unit for /sbin/halt.localLennart Poettering2010-10-14
|
* units: get rid of distro-specific shutdown scripts, replace them by ↵Lennart Poettering2010-10-14
| | | | systemd-shutdown invocations
* unit: continue boot when exiting emergency/resuce shellLennart Poettering2010-10-06
|
* service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering2010-10-05
| | | | similar
* units: add readahead unit filesLennart Poettering2010-09-28
|
* prefdm: make sure we start prefdm only after the getty is killedLennart Poettering2010-09-14
|
* fedora: don't quit plymouth too earlyMichal Schmidt2010-09-13
| | | | | Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed.
* units: set working directory to /root for sulogin, since sulogin is crazyLennart Poettering2010-09-10
|
* units: set HOME=/root when running shellsLennart Poettering2010-09-10
|
* units: make sure prefdm is automatically respawnedLennart Poettering2010-08-25
|
* units: invoke sulogin instead of /bin/shLennart Poettering2010-08-25
|
* service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering2010-08-17
|
* units: don't require tty in rc-local.serviceLennart Poettering2010-08-14
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=623802
* units: X 1.8 doesn't need HAL anymore, so avoid synchronization on thatLennart Poettering2010-08-14
|
* units: make sure plymouth shutdown screen is shown before we kill all ↵Lennart Poettering2010-08-14
| | | | processes/shut down
* service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering2010-08-13
| | | | | | | | | | 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".
* unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering2010-08-13
|
* unit: move prefdm after livesysLennart Poettering2010-08-12
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=623561
* plymouth: call plymouth quit before running the getty, not afterLennart Poettering2010-08-12
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=623430
* unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵Lennart Poettering2010-08-11
| | | | | | | | RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both.
* unit: hook plymouth into the bootLennart Poettering2010-08-10
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=619922
* units: ignore exit codes of killall scriptsLennart Poettering2010-08-10
|