Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-08-25 | serial: use seperate getty template for serial ttys | Lennart Poettering | |
2010-08-18 | units: make sure getty@xxx.service is always run before gettys.target | Lennart Poettering | |
2010-08-10 | getty: properly synchronize of tty devices being plugged in | Lennart Poettering | |
2010-08-05 | units: always send HUP when dealing with shells/gettys/logins | Lennart Poettering | |
2010-08-04 | units: getty - suse: login wants SIGHUP | Kay Sievers | |
2010-08-04 | units: remove redundant ordering dependency | Lennart Poettering | |
2010-07-20 | fedora: make sure the gettys are run before X starts up | Lennart Poettering | |
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-18 | unit: add [Install] section to various service files | Lennart Poettering | |
2010-06-16 | units: make Arch boot | Tom Gundersen | |
This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch. | |||
2010-06-02 | service: change default service type to 'simple' since that is the future | Lennart Poettering | |
2010-06-01 | getty: set TERM=linux for the local gettys we configure | Lennart Poettering | |
2010-05-20 | units: SUSE support | Kay Sievers | |
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: add getty@.service define for Gentoo | Marc-Antoine Perennou | |
2010-05-17 | units: fix commenting | Lennart Poettering | |
2010-05-17 | units: add distribution-specific units | Lennart Poettering | |