summaryrefslogtreecommitdiff
path: root/units
Commit message (Collapse)AuthorAgeFilesLines
* serial-getty: invoking /sbin/securetty is no longer necessary since ↵Lennart Poettering2011-01-181-3/+0
| | | | pam_securetty can now look for console= in /proc/cmdline
* arch: remove rc-local.serviceTom Gundersen2011-01-171-19/+0
| | | | This is now shipped downstream.
* getty: unset locale before executionLennart Poettering2011-01-061-0/+4
| | | | | | | | | | | | | | | | | | On the console indian characters cannot be displayed, hence it is advisable to disable indian locales on the console, which most distributions traditionally did from a shell fragment executed post login. If getty gets started with locale settings passed it would itself however be translated without the no-indian-on-console fixup applied. Hence, for now don't pass any locale settings to getty/login, and thus rely on the classic post-login script fragment to set and fix the locale. Eventually we probably want to drop this again since the system locale should be read and set at one place, and not at multiple, and that one place should be PID 1. https://bugzilla.redhat.com/show_bug.cgi?id=663900
* serial: use TERM=vt100 instead of TERM=vt100-navLennart Poettering2011-01-041-1/+1
| | | | | | | | | | | | TERM=vt100-nav was necessary for compat with some ppc hvc devices, a long time ago. Unfortunately vt100-nav terminfo is not installed by default on most distros, hence change the default to v100 which is available universally and still should be a relatively safe and conservative default. Should it turn out that vt100 is not really the best choice we can revert this change again and then ask distros to move vt100-nav into their default install.
* Fix misspellings in os-release manpage and hwclock-load.serviceMiklos Vajna2010-12-201-1/+1
|
* Frugalware: start gettys after local.serviceMiklos Vajna2010-12-161-0/+3
|
* units: Remove Gentoo specific xdm.servicev14Gustavo Sverzut Barbieri2010-11-252-18/+0
| | | | | | | | | | That unity pulls in OpenRC which in turn pulls in most of legacy system that causes lots of troubles as it is too smart, thus not recommended. Moreover, SystemD developers seems to agree that a service file per DM is the best approach, so having gdm.service, kdm.service, slim.service is better than a single wrapper for them.
* units: simplify shutdown scriptsLennart Poettering2010-11-232-2/+5
|
* units: move a couple of units from base.target to sysinit.targetLennart Poettering2010-11-1915-16/+16
|
* sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering2010-11-182-2/+3
|
* units: enable console ask-password agent by defaultLennart Poettering2010-11-187-3/+37
|
* units: make sure prefdm is killed first, user sessions second on shutdownLennart Poettering2010-11-181-1/+1
|
* cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering2010-11-181-0/+14
|
* units: order hwclock after readaheadLennart Poettering2010-11-161-0/+1
|
* units: set TERM for gettys again, since they acquire a TTY on their ownLennart Poettering2010-11-162-0/+2
|
* units: allow start-up of plymouth ask-password agent very earlyLennart Poettering2010-11-163-0/+7
|
* units: enable ask-paswword .path units early enough to be useful for early ↵Lennart Poettering2010-11-162-2/+2
| | | | mounts
* units: delay getty until logins are allowedLennart Poettering2010-11-162-2/+2
|
* exec: automatically determine right TERM= setting based on tty nameLennart Poettering2010-11-156-6/+0
|
* drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering2010-11-155-1/+1
|
* units: use ConditionDirectoryNotEmpty= where applicableLennart Poettering2010-11-151-0/+1
|
* delete tmp.mount which may conflict with an unrelated fstab entryKay Sievers2010-11-151-16/+0
|
* units: make use of agetty mandatoryLennart Poettering2010-11-142-16/+2
|
* Remove umount*.service files for DebianMichael Biebl2010-11-143-51/+0
| | | | | | | | | With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them.
* units: deal properly with the fact that agetty is called getty on DebianLennart Poettering2010-11-112-8/+15
|
* readahead: shortcut replay if /.readahead doesn't existLennart Poettering2010-10-311-0/+1
|
* fedora: start plymouth after udev-settle, so that the graphics modules are ↵Lennart Poettering2010-10-311-1/+1
| | | | loaded
* units: add unit to call /bin/plymouth update-root-fs --read-writeLennart Poettering2010-10-301-0/+16
|
* fedora: /bin/plymouth --sysinit is not necessary on shut downLennart Poettering2010-10-304-4/+0
|
* fedora: invoke plymouth with its /bin instead of the /usr/bin/ pathLennart Poettering2010-10-296-14/+14
|
* units: fix variable expansionLennart Poettering2010-10-291-1/+1
|
* units: fix quota check descriptionLennart Poettering2010-10-292-2/+2
|
* fedora plymouthd doesn't seem to like --attach-to-session hereLennart Poettering2010-10-291-1/+1
|
* units: make fedora/single.service standard and rename it to rescue.serviceLennart Poettering2010-10-297-12/+17
|
* units: introduce plymouth-start and plymouth-kexec, and move a few things ↵Lennart Poettering2010-10-296-4/+40
| | | | back from basic to sysinit
* fedora: get rid of sysinit.serviceLennart Poettering2010-10-292-27/+0
|
* Fedora: by default, run prefdm last to match prior behavior.Bill Nottingham2010-10-291-1/+1
|
* Fedora: don't ship [Install] sections; these are enabled in the system ↵Bill Nottingham2010-10-296-19/+0
| | | | configuration.
* Fedora: further unit tweaksBill Nottingham2010-10-291-4/+0
| | | | | 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-291-2/+2
| | | | | 1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown.
* unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵Lennart Poettering2010-10-293-3/+0
| | | | weaker counterpart of Conflicts=, similar to Wants= vs. Requires=
* getty@.service: switch to agetty as the defaultKay Sievers2010-10-291-2/+2
|
* unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering2010-10-293-3/+3
| | | | | | | | 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.
* units: run sysctl only if /etc/sysctl.conf existsLennart Poettering2010-10-281-0/+1
|
* units: run sysv related scripts with TERM=linuxLennart Poettering2010-10-273-0/+3
|
* ask-password: enable plymouth agent by defaultLennart Poettering2010-10-263-0/+26
|
* units: now that we don't set TERM anymore by default, make sure to pass it ↵Lennart Poettering2010-10-262-0/+2
| | | | to our rescue sessions
* units: Remove the distro specific references to killall.service.Franz Dietrich2010-10-266-6/+3
| | | | Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.
* units: Since killall.service does not exist anymore remove all references.Franz Dietrich2010-10-254-4/+4
| | | | | | This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit.
* mount: add nosuid,nodev,noexec switches to /var/lock and /var/runLennart Poettering2010-10-252-2/+2
|