summaryrefslogtreecommitdiff
path: root/units
AgeCommit message (Collapse)Author
2010-08-16units: enable notify interface for internals servicesLennart Poettering
2010-08-16systemctl: add support for delayed shutdown, similar to sysv in styleLennart Poettering
2010-08-14random-seed: add missing random-seed.c fileLennart Poettering
2010-08-14units: don't require tty in rc-local.serviceLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623802
2010-08-14units: write utmp record before we kill all processesLennart Poettering
2010-08-14units: X 1.8 doesn't need HAL anymore, so avoid synchronization on thatLennart Poettering
2010-08-14units: make sure plymouth shutdown screen is shown before we kill all ↵Lennart Poettering
processes/shut down
2010-08-14random-seed: add little tool for saving/loading random seed on ↵Lennart Poettering
shutdown/boot, but don't enable it by default
2010-08-13service: 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-13unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering
2010-08-12unit: move prefdm after livesysLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623561
2010-08-12plymouth: call plymouth quit before running the getty, not afterLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623430
2010-08-11utmp: enable systemd-update-utmp by defaultLennart Poettering
2010-08-11unit: 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-10unit: hook plymouth into the bootLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=619922
2010-08-10units: ignore exit codes of killall scriptsLennart Poettering
2010-08-10getty: properly synchronize of tty devices being plugged inLennart Poettering
2010-08-10units: make sure that killall does not wait for the ttyLennart Poettering
2010-08-09manager: 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-06units: add missing fsck.target fileLennart Poettering
2010-08-06units: split fsck.target from sysinit.target for suse compatLennart Poettering
2010-08-05units: always send HUP when dealing with shells/gettys/loginsLennart Poettering
2010-08-04units: getty - suse: login wants SIGHUPKay Sievers
2010-08-04units: suse - reboot: do not wait for ttyKay Sievers
2010-08-04reboot: don't wait for input ttyLennart Poettering
2010-08-04units: remove redundant ordering dependencyLennart Poettering
2010-08-03units: make sure that prefdm wins over the getty if both are pulled inLennart Poettering
2010-08-03units: add conflicts between prefdm and getty@tty1 to avoid race for tty1Lennart Poettering
2010-07-22units: add [Install] section to getty.target and remote-fs.targetLennart Poettering
2010-07-21exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering
seperate arguments
2010-07-20fedora: make sure the gettys are run before X starts upLennart Poettering
2010-07-16units: introduce smartcard.targetLennart Poettering
2010-07-16units: fix default mode of /var/run and /var/lockLennart Poettering
2010-07-13units: update other distro units to recent fedora changesLennart Poettering
2010-07-13units: add missing target filesLennart Poettering
2010-07-13units: fix minor typoLennart Poettering
2010-07-13units: fix ordering problemLennart Poettering
2010-07-13units: rely only on isolate to remove running services when entering ↵Lennart Poettering
rescue/emergency modes
2010-07-13units: add missing unitsLennart Poettering
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-12mount: add automatic start ordering dependencies for mountsLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵Lennart Poettering
jobs due to the impact minimizer
2010-07-10units: turn shutdown dependencies from Requires into Wants to make things a ↵Lennart Poettering
bit more robust
2010-07-10units: pull in shutdown.target and umount.target when entering emergency modeLennart Poettering
2010-07-10units: introduce umount.target for unmounting all file systemsLennart Poettering
2010-07-10build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering
file is now shipped upstream dbus
2010-07-09units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdownKay Sievers
2010-07-09units: connect shutdown scripts explicitly with the tty, because native ↵Lennart Poettering
units now default to /dev/null stdout otherwise
2010-07-08units: kill the emergency shell with SIGHUPLennart Poettering