summaryrefslogtreecommitdiff
path: root/units/getty@.service.m4
AgeCommit message (Collapse)Author
2010-10-29getty@.service: switch to agetty as the defaultKay Sievers
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart 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-25ubuntu: Treat Ubuntu as a distinct distro in configure.ac etcAndrew 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-08units: enable utmp for serial gettys tooLennart Poettering
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
2010-10-05service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering
similar
2010-08-25serial: use seperate getty template for serial ttysLennart Poettering
2010-08-18units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering
2010-08-10getty: properly synchronize of tty devices being plugged inLennart Poettering
2010-08-05units: always send HUP when dealing with shells/gettys/loginsLennart Poettering
2010-08-04units: getty - suse: login wants SIGHUPKay Sievers
2010-08-04units: remove redundant ordering dependencyLennart Poettering
2010-07-20fedora: make sure the gettys are run before X starts upLennart Poettering
2010-07-07units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering
repeated lines
2010-07-03units: update shipped unit files for DefaultDependencies=Lennart Poettering
2010-06-18unit: add [Install] section to various service filesLennart Poettering
2010-06-16units: make Arch bootTom 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-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-06-01getty: set TERM=linux for the local gettys we configureLennart Poettering
2010-05-20units: SUSE supportKay Sievers
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-18units: synchronize with shutdown.targetLennart Poettering
2010-05-18units: fix execution environment for a few servicesLennart Poettering
2010-05-17units: add getty@.service define for GentooMarc-Antoine Perennou
2010-05-17units: fix commentingLennart Poettering
2010-05-17units: add distribution-specific unitsLennart Poettering