Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-30 | fedora: /bin/plymouth --sysinit is not necessary on shut down | Lennart Poettering | |
2010-10-29 | fedora: invoke plymouth with its /bin instead of the /usr/bin/ path | Lennart Poettering | |
2010-10-29 | fedora plymouthd doesn't seem to like --attach-to-session here | Lennart Poettering | |
2010-10-29 | units: make fedora/single.service standard and rename it to rescue.service | Lennart Poettering | |
2010-10-29 | units: introduce plymouth-start and plymouth-kexec, and move a few things ↵ | Lennart Poettering | |
back from basic to sysinit | |||
2010-10-29 | fedora: get rid of sysinit.service | Lennart Poettering | |
2010-10-29 | Fedora: by default, run prefdm last to match prior behavior. | Bill Nottingham | |
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-29 | Fedora: Assorted tweaks to Fedora single-user mode. | Bill Nottingham | |
1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown. | |||
2010-10-27 | units: run sysv related scripts with TERM=linux | Lennart Poettering | |
2010-10-26 | units: now that we don't set TERM anymore by default, make sure to pass it ↵ | Lennart Poettering | |
to our rescue sessions | |||
2010-10-26 | units: Remove the distro specific references to killall.service. | Franz Dietrich | |
Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore. | |||
2010-10-14 | fedora: add compat unit for /sbin/halt.local | Lennart Poettering | |
2010-10-14 | units: get rid of distro-specific shutdown scripts, replace them by ↵ | Lennart Poettering | |
systemd-shutdown invocations | |||
2010-10-06 | unit: continue boot when exiting emergency/resuce shell | Lennart Poettering | |
2010-10-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-09-28 | units: add readahead unit files | Lennart Poettering | |
2010-09-14 | prefdm: make sure we start prefdm only after the getty is killed | Lennart Poettering | |
2010-09-13 | fedora: don't quit plymouth too early | Michal Schmidt | |
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed. | |||
2010-09-10 | units: set working directory to /root for sulogin, since sulogin is crazy | Lennart Poettering | |
2010-09-10 | units: set HOME=/root when running shells | Lennart Poettering | |
2010-08-25 | units: make sure prefdm is automatically respawned | Lennart Poettering | |
2010-08-25 | units: invoke sulogin instead of /bin/sh | 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-08-14 | units: X 1.8 doesn't need HAL anymore, so avoid synchronization on that | Lennart Poettering | |
2010-08-14 | units: make sure plymouth shutdown screen is shown before we kill all ↵ | Lennart Poettering | |
processes/shut down | |||
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-13 | unit: create three seperate plymouth service for halt/poweroff/reboot | Lennart Poettering | |
2010-08-12 | unit: move prefdm after livesys | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623561 | |||
2010-08-12 | plymouth: call plymouth quit before running the getty, not after | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623430 | |||
2010-08-11 | unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵ | Lennart Poettering | |
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. | |||
2010-08-10 | unit: hook plymouth into the boot | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=619922 | |||
2010-08-10 | units: ignore exit codes of killall scripts | Lennart Poettering | |
2010-08-10 | units: make sure that killall does not wait for the tty | Lennart Poettering | |
2010-08-05 | units: always send HUP when dealing with shells/gettys/logins | Lennart Poettering | |
2010-08-04 | reboot: don't wait for input tty | Lennart Poettering | |
2010-08-03 | units: add conflicts between prefdm and getty@tty1 to avoid race for tty1 | Lennart Poettering | |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-13 | units: update other distro units to recent fedora changes | Lennart Poettering | |
2010-07-13 | units: fix ordering problem | Lennart Poettering | |
2010-07-13 | units: rely only on isolate to remove running services when entering ↵ | Lennart Poettering | |
rescue/emergency modes | |||
2010-07-13 | units: add missing units | Lennart Poettering | |
2010-07-12 | units: introduce emergency.target | 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: 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 | |