summaryrefslogtreecommitdiff
path: root/units
AgeCommit message (Collapse)Author
2011-03-18units: don't ever pull in SysV targets from other SysV targetsLennart Poettering
2011-03-18units: document that some targets exists only for compat with SysVLennart Poettering
2011-03-18units: we don't need to generate syslog.target with sed anymoreLennart Poettering
2011-03-18units: we no longer need m4 to build graphical.target or multi-user.taregtLennart Poettering
2011-03-18units: on mandriva/fedora create single.service alias via symlink, not Names=Lennart Poettering
2011-03-18units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are ↵Lennart Poettering
much more useful
2011-03-18units: get rid of empty units/suse/ subdirLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what ↵Lennart Poettering
the name of the syslog implementation is
2011-03-18special: get rid of dbus.targetLennart Poettering
2011-03-16Add Frugalware display-manager serviceMiklos Vajna
2011-03-14units: add console-shell.service which can be used insted of the gettys to ↵Lennart Poettering
get a shell on /dev/console
2011-03-14core: move abstract namespace sockets to /dev/.runLennart Poettering
Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing.
2011-03-11units: move the last flag files to /dev/.runLennart Poettering
2011-03-09dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering
2011-03-09mount: use /dev/.run as an early boot alias for /var/runLennart Poettering
During early boot, mount a tmpfs to /dev/.run and then bind mount it to /var/run as soon as /var is available. This makes it possible for programs involved in early boot to put runtime data in /dev/.run which later on will show up in /var/run like any other. This can be used to solve the early-boot D-Bus problem: D-Bus may start up with its socket bound to /dev/.run/dbus/system_bus_socket and after /var it will also be available under the traditional name /var/run/dbus/system_bus_socket. This also is intended to be used as a better place for systemd, mount, mdadm, blkid, plymouth, bootchart and dracut runtime data, which is currently stored in various places in /dev/.xxx.
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
This merges several separate patches that I carry as part of Mandriva systemd RPM. They touch those parts that are very unlikely to be changed in near future and do not impose any functionality change for systemd core. I also think it is useful for troubleshooting to have real distribution name in system logs, espicially when someone reports problem upstream. The patch looks bigger than sum of replaced patches because - previous patches were applied on top of distro=fedora, now I need to add all those bits for distro=mandriva as well - part of patch was done as spec file magic, but it seems more logical to ship all these bits together
2011-03-08unit: distuingish mandatory from triggering conditionsLennart Poettering
2011-03-07mount: make /media a tmpfsLennart Poettering
2011-02-28build-sys: update ALTLinux supportAlexey Shabalin
Please apply patch for update ALTLinux support.
2011-02-24units: synchronize gettys to plymouth even if plymouth is killed by gdmLennart Poettering
2011-02-23rescue: terminate plymouth entirely when going into rescue modeLennart Poettering
2011-02-22plymouth: don't wait forever for plymouth in case it is stuckLennart Poettering
2011-02-21plymouth: ensure we start not a single getty before plymouth is gone because ↵Lennart Poettering
we never know which ttys plymouth still controls
2011-02-20unit: don't timeout fsckLennart Poettering
2011-02-18units: order fsck@.service before basic.target instead of local-fs.target to ↵Lennart Poettering
relax things a little
2011-02-16rescue: make 'systemctl default' fail if there is already something running ↵Lennart Poettering
when the shell exited
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-02-15fsck: output to /dev/console by default in addition to syslogLennart Poettering
2011-02-14fsck: skip root fsck if dracut already did itLennart Poettering
2011-02-13tmpfiles: move binary to /bin to make it publicly availableLennart Poettering
2011-02-09units: introduce and hook up sound.targetLennart Poettering
2011-02-09systemd: show status when run with plymouth, and don't start plymouth a ↵Lennart Poettering
second time when it is already running
2011-02-08plymouth: move plymouth out of TARGET_FEDORAJeff Mahoney
2011-02-08build-sys: initial support ALTLinuxAlexey Shabalin
Hi all! I added basic support for ALTLinux. Please see patch or http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux Thanks.
2011-01-21cryptsetup: fix ordering loop when dealing with encrypted swap devicesLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=657234
2011-01-18serial-getty: invoking /sbin/securetty is no longer necessary since ↵Lennart Poettering
pam_securetty can now look for console= in /proc/cmdline
2011-01-17arch: remove rc-local.serviceTom Gundersen
This is now shipped downstream.
2011-01-06getty: unset locale before executionLennart Poettering
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
2011-01-04serial: use TERM=vt100 instead of TERM=vt100-navLennart Poettering
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.
2010-12-20Fix misspellings in os-release manpage and hwclock-load.serviceMiklos Vajna
2010-12-16Frugalware: start gettys after local.serviceMiklos Vajna
2010-11-25units: Remove Gentoo specific xdm.servicesystemd/v14Gustavo Sverzut Barbieri
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.
2010-11-23units: simplify shutdown scriptsLennart Poettering
2010-11-19units: move a couple of units from base.target to sysinit.targetLennart Poettering
2010-11-18sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering
2010-11-18units: enable console ask-password agent by defaultLennart Poettering
2010-11-18units: make sure prefdm is killed first, user sessions second on shutdownLennart Poettering
2010-11-18cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering
2010-11-16units: order hwclock after readaheadLennart Poettering
2010-11-16units: set TERM for gettys again, since they acquire a TTY on their ownLennart Poettering