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 | units: fix variable expansion | Lennart Poettering | |
2010-10-29 | units: fix quota check description | 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-29 | unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵ | Lennart Poettering | |
weaker counterpart of Conflicts=, similar to Wants= vs. Requires= | |||
2010-10-29 | getty@.service: switch to agetty as the default | Kay Sievers | |
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-28 | units: run sysctl only if /etc/sysctl.conf exists | Lennart Poettering | |
2010-10-27 | units: run sysv related scripts with TERM=linux | Lennart Poettering | |
2010-10-26 | ask-password: enable plymouth agent by default | 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-25 | units: Since killall.service does not exist anymore remove all references. | Franz Dietrich | |
This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit. | |||
2010-10-25 | mount: add nosuid,nodev,noexec switches to /var/lock and /var/run | Lennart Poettering | |
2010-10-25 | arch: remove obsolete sysinit.service | Tom Gundersen | |
This is now split into smaller units and shipped with the downstream package. | |||
2010-10-25 | fsck: remove symlink from fsck.target to sysinit.target | Tom Gundersen | |
2010-10-25 | ubuntu: Treat Ubuntu as a distinct distro in configure.ac etc | Andrew Edmunds | |
Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions. | |||
2010-10-25 | units: activate wall agent automatically if something is dropped in ↵ | Lennart Poettering | |
/dev/.systemd/ask-password | |||
2010-10-21 | units: order syslog.target after syslog.socket | Lennart Poettering | |
2010-10-20 | syslog: enable kmsg bridge by default and enable syslogging for early boot ↵ | Lennart Poettering | |
services | |||
2010-10-20 | quota: fix quotaon command line | Lennart Poettering | |
2010-10-20 | unit: introduce %f specifier to decode file names | Lennart Poettering | |
2010-10-20 | quota: enable quotaon/quotacheck in local-fs.target, not basic.target | Lennart Poettering | |
2010-10-20 | quota: add install hooks for basic.target | Lennart Poettering | |
2010-10-20 | fsck: wait for device to show up | Lennart Poettering | |
2010-10-20 | units: properly use ConditionPathExists= instead of ConditionFileExists= | Lennart Poettering | |
2010-10-20 | service: implement FsckPassNo= option | Lennart Poettering | |
2010-10-20 | units: add missing fsck units | Lennart Poettering | |
2010-10-19 | fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵ | Lennart Poettering | |
root dir | |||
2010-10-18 | tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵ | Lennart Poettering | |
tmpfiles quite a bit | |||
2010-10-14 | fedora: add compat unit for /sbin/halt.local | Lennart Poettering | |
2010-10-14 | units: introduce final.target that can be used to plug units between ↵ | Lennart Poettering | |
shutdown.target and the final shutdown | |||
2010-10-14 | units: get rid of distro-specific shutdown scripts, replace them by ↵ | Lennart Poettering | |
systemd-shutdown invocations | |||
2010-10-14 | units: introduce kexec.service, kexec.target and exit.target | Lennart Poettering | |
2010-10-08 | units: enable utmp for serial gettys too | Lennart Poettering | |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering | |
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036 | |||
2010-10-07 | systemd-user-sessions: install .service file and enable by default | Lennart Poettering | |
2010-10-07 | units: make sure we run all early boot units before entering basic.target | Lennart Poettering | |
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-29 | units: getty.target is pulled in via /lib these days | Lennart Poettering | |
2010-09-29 | units: properly terminate readahead collection 10s after boot | Lennart Poettering | |