Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | fedora: don't quit plymouth too early | Michal Schmidt | |
Do not quit plymouth until the dependencies for getty@tty1.service are ready, in order to minimize the time a black screen is displayed. | |||
2010-09-10 | units: pull in syslog.target for synchronization purposes by ↵ | Lennart Poettering | |
systemd-logger.service | |||
2010-09-10 | units: start logger only after syslog is up | Lennart Poettering | |
2010-09-10 | units: we should be able to reach syslog.target even if no logger is enabled ↵ | Lennart Poettering | |
at all | |||
2010-09-10 | units: set working directory to /root for sulogin, since sulogin is crazy | Lennart Poettering | |
2010-09-10 | units: set HOME=/root when running shells | Lennart Poettering | |
2010-09-08 | units: On Debian Runlevel 2, 3, 4 and 5 are multi-user | Michael Biebl | |
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org> | |||
2010-09-08 | units: add umount unit files for Debian | Michael Biebl | |
Add unit files to call /etc/init.d/umountnfs.sh stop (network file systems) /etc/init.d/umountfs stop (local file systems) /etc/init.d/umountroot stop ("/" file system) in the right order and hook them up in the umount.target so they are run on shutdown and reboot. | |||
2010-09-06 | units: make sure we always fully write the utmp data | Lennart Poettering | |
2010-09-06 | units: Provide separate fsck.target for Debian | Michael Biebl | |
On Debian sysinit is not a single script but a separate runlevel. Split of fsck.target into separate unit file as otherwise we get an unbreakable cycle on shutdown/reboot. | |||
2010-09-06 | units: Add halt, killall, poweroff and reboot unit files for Debian | Michael Biebl | |
2010-09-03 | units: don't add shutdown conflicts dep to umount.target | Lennart Poettering | |
2010-09-03 | target: implicitly shutdown targets on shutdown, so that they are pulled ↵ | Lennart Poettering | |
into the final transaction and may be used for synchronization | |||
2010-08-31 | units: fix a typo in arch's rc-local.service unit file | Lennart Poettering | |
2010-08-30 | unit: introduce AllowIsolate= switch | Lennart Poettering | |
2010-08-30 | console: rework automatic getty on kernel console logic again | Lennart Poettering | |
It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720 | |||
2010-08-27 | var-run: make sure /var/run/user is properly created and labelled | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=627457 | |||
2010-08-26 | units: don't install runlevel links anymore, since thsoe are maintained in ↵ | Lennart Poettering | |
/lib now | |||
2010-08-25 | systemd-remount-api-vfs.service: fix typo | Kay Sievers | |
2010-08-25 | units: fix auto-serial unit | Lennart Poettering | |
2010-08-25 | units: make sure prefdm is automatically respawned | Lennart Poettering | |
2010-08-25 | units: invoke sulogin instead of /bin/sh | Lennart Poettering | |
2010-08-25 | serial: use seperate getty template for serial ttys | Lennart Poettering | |
2010-08-21 | syslog: add minimal syslog/kmsg bridge syslogd | Lennart Poettering | |
2010-08-20 | units: add service file that remounts the root file system | Lennart Poettering | |
2010-08-20 | remount: add tool that applies /etc/fstab mount options to all api mounts | Lennart Poettering | |
2010-08-19 | units: fix After= setting in var-lock.service | Lennart Poettering | |
2010-08-19 | modules-load: add systemd-modules-load tool that can load a configured list ↵ | Lennart Poettering | |
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this | |||
2010-08-18 | units: make sure getty@xxx.service is always run before gettys.target | Lennart Poettering | |
2010-08-18 | units: add hwclock-load service | Lennart Poettering | |
2010-08-17 | units: add generic sysctl/hwclock-save service | Lennart Poettering | |
2010-08-17 | units: fix conflicts between random seed services | Lennart Poettering | |
2010-08-17 | units: add tmp.mount | Kay Sievers | |
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-17 | units: add missing After= for var-run.service, var-lock.service | Kay Sievers | |
2010-08-17 | units: add var-run.service var-lock.service | Kay Sievers | |
2010-08-17 | load-fragment: make parser more forgiving | Lennart Poettering | |
2010-08-17 | auto-getty: rework auto console getty logic to work in conjunction with ↵ | Lennart Poettering | |
single user mode | |||
2010-08-16 | shutdown: fix socket type in .socket file | Lennart Poettering | |
2010-08-16 | units: enable notify interface for internals services | Lennart Poettering | |
2010-08-16 | systemctl: add support for delayed shutdown, similar to sysv in style | Lennart Poettering | |
2010-08-14 | random-seed: add missing random-seed.c file | Lennart Poettering | |
2010-08-14 | units: don't require tty in rc-local.service | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623802 | |||
2010-08-14 | units: write utmp record before we kill all processes | Lennart Poettering | |
2010-08-14 | units: X 1.8 doesn't need HAL anymore, so avoid synchronization on that | Lennart Poettering | |
2010-08-14 | units: make sure plymouth shutdown screen is shown before we kill all ↵ | Lennart Poettering | |
processes/shut down | |||
2010-08-14 | random-seed: add little tool for saving/loading random seed on ↵ | Lennart Poettering | |
shutdown/boot, but don't enable it by default | |||
2010-08-13 | service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵ | Lennart Poettering | |
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one". | |||
2010-08-13 | unit: create three seperate plymouth service for halt/poweroff/reboot | Lennart Poettering | |
2010-08-12 | unit: move prefdm after livesys | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623561 |