Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-08-12 | plymouth: call plymouth quit before running the getty, not after | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623430 | |||
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
2010-08-11 | unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵ | Lennart Poettering | |
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both. | |||
2010-08-10 | unit: hook plymouth into the boot | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=619922 | |||
2010-08-10 | units: ignore exit codes of killall scripts | Lennart Poettering | |
2010-08-10 | getty: properly synchronize of tty devices being plugged in | Lennart Poettering | |
2010-08-10 | units: make sure that killall does not wait for the tty | Lennart Poettering | |
2010-08-09 | manager: when two pending jobs conflict, keep the one that "conflicts", ↵ | Lennart Poettering | |
remove the one that is "conflicted" This gives the writer of units control which unit is kept and which is stopped when two units conflict. | |||
2010-08-06 | units: add missing fsck.target file | Lennart Poettering | |
2010-08-06 | units: split fsck.target from sysinit.target for suse compat | Lennart Poettering | |
2010-08-05 | units: always send HUP when dealing with shells/gettys/logins | Lennart Poettering | |
2010-08-04 | units: getty - suse: login wants SIGHUP | Kay Sievers | |
2010-08-04 | units: suse - reboot: do not wait for tty | Kay Sievers | |
2010-08-04 | reboot: don't wait for input tty | Lennart Poettering | |
2010-08-04 | units: remove redundant ordering dependency | Lennart Poettering | |
2010-08-03 | units: make sure that prefdm wins over the getty if both are pulled in | Lennart Poettering | |
2010-08-03 | units: add conflicts between prefdm and getty@tty1 to avoid race for tty1 | Lennart Poettering | |
2010-07-22 | units: add [Install] section to getty.target and remote-fs.target | Lennart Poettering | |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-20 | fedora: make sure the gettys are run before X starts up | Lennart Poettering | |
2010-07-16 | units: introduce smartcard.target | Lennart Poettering | |
2010-07-16 | units: fix default mode of /var/run and /var/lock | Lennart Poettering | |
2010-07-13 | units: update other distro units to recent fedora changes | Lennart Poettering | |
2010-07-13 | units: add missing target files | Lennart Poettering | |
2010-07-13 | units: fix minor typo | Lennart Poettering | |
2010-07-13 | units: fix ordering problem | Lennart Poettering | |
2010-07-13 | units: rely only on isolate to remove running services when entering ↵ | Lennart Poettering | |
rescue/emergency modes | |||
2010-07-13 | units: add missing units | Lennart Poettering | |
2010-07-12 | units: introduce emergency.target | Lennart Poettering | |
2010-07-12 | mount: add automatic start ordering dependencies for mounts | Lennart Poettering | |
2010-07-12 | unit: introduce IgnoreDependencyFailure= | Lennart Poettering | |
2010-07-11 | units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵ | Lennart Poettering | |
jobs due to the impact minimizer | |||
2010-07-10 | units: turn shutdown dependencies from Requires into Wants to make things a ↵ | Lennart Poettering | |
bit more robust | |||
2010-07-10 | units: pull in shutdown.target and umount.target when entering emergency mode | Lennart Poettering | |
2010-07-10 | units: introduce umount.target for unmounting all file systems | Lennart Poettering | |
2010-07-10 | build-sys: drop special name hack for dbus.service since a native service ↵ | Lennart Poettering | |
file is now shipped upstream dbus | |||
2010-07-09 | units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdown | Kay Sievers | |
2010-07-09 | units: connect shutdown scripts explicitly with the tty, because native ↵ | Lennart Poettering | |
units now default to /dev/null stdout otherwise | |||
2010-07-08 | units: kill the emergency shell with SIGHUP | Lennart Poettering | |
2010-07-07 | units: in order to make the default services parseable by GKeyFile, merge ↵ | Lennart Poettering | |
repeated lines | |||
2010-07-03 | units: update shipped unit files for DefaultDependencies= | Lennart Poettering | |
2010-06-18 | unit: add [Install] section to various service files | Lennart Poettering | |
2010-06-16 | units: make Arch boot | Tom 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-07 | units: shut down sysinit service on shutdown | Lennart Poettering | |
2010-06-04 | units: make sure systemd sockets are installed before sockets.target | Lennart Poettering | |
2010-06-04 | units: introduce and explain sysinit.target | Lennart Poettering | |