summaryrefslogtreecommitdiff
path: root/units
AgeCommit message (Collapse)Author
2010-09-03units: don't add shutdown conflicts dep to umount.targetLennart Poettering
2010-09-03target: implicitly shutdown targets on shutdown, so that they are pulled ↵Lennart Poettering
into the final transaction and may be used for synchronization
2010-08-31units: fix a typo in arch's rc-local.service unit fileLennart Poettering
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-30console: rework automatic getty on kernel console logic againLennart 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-27var-run: make sure /var/run/user is properly created and labelledLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=627457
2010-08-26units: don't install runlevel links anymore, since thsoe are maintained in ↵Lennart Poettering
/lib now
2010-08-25systemd-remount-api-vfs.service: fix typoKay Sievers
2010-08-25units: fix auto-serial unitLennart Poettering
2010-08-25units: make sure prefdm is automatically respawnedLennart Poettering
2010-08-25units: invoke sulogin instead of /bin/shLennart Poettering
2010-08-25serial: use seperate getty template for serial ttysLennart Poettering
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering
2010-08-20units: add service file that remounts the root file systemLennart Poettering
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering
2010-08-19units: fix After= setting in var-lock.serviceLennart Poettering
2010-08-19modules-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-18units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering
2010-08-18units: add hwclock-load serviceLennart Poettering
2010-08-17units: add generic sysctl/hwclock-save serviceLennart Poettering
2010-08-17units: fix conflicts between random seed servicesLennart Poettering
2010-08-17units: add tmp.mountKay Sievers
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-17units: add missing After= for var-run.service, var-lock.serviceKay Sievers
2010-08-17units: add var-run.service var-lock.serviceKay Sievers
2010-08-17load-fragment: make parser more forgivingLennart Poettering
2010-08-17auto-getty: rework auto console getty logic to work in conjunction with ↵Lennart Poettering
single user mode
2010-08-16shutdown: fix socket type in .socket fileLennart Poettering
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