summaryrefslogtreecommitdiff
path: root/units/console-shell.service.m4
Commit message (Collapse)AuthorAge
* Add Mageia supportDexter Morgan2011-11-02
| | | | | | | | | | | | | | | This patch adds support for the Mageia Linux distribution: http://www.mageia.org/ Mageia is a fork of Mandriva although some divergence has already occured and thus inclusion of these changes upstream allow us to (hopefully) migrate more rapidly to the new standard approaches systemd offers. Indeed, we already use the preferred mechanism of OS identification via the /etc/os-release file rather than a distro specific variation. This patch mostly mirrors the patch added previously for Mandriva support. In addition to those original authors, this patch was mostly written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov.
* units: direct stdout/stderr of rescue shells to ttyMichal Schmidt2011-09-20
| | | | | | With output of services going to syslog by default now, the rescue shell units need to direct their output to tty explicitly. Specify stderr too, just in case.
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-29
|
* units: add console-shell.service which can be used insted of the gettys to ↵Lennart Poettering2011-03-14
get a shell on /dev/console