summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-17shutdown: drop -f/-F switches again, simply because we don't want to condone ↵Lennart Poettering
non-ro root dirs Instead of using /forcefsck and /fastboot people should just kernel command line options to achieve the same.
2010-08-17nss: don't disable nscd anymore, since it doesn't make sense to ↵Lennart Poettering
socket-activate nscd anyway
2010-08-17units: add missing After= for var-run.service, var-lock.serviceKay Sievers
2010-08-17update fixmeKay Sievers
2010-08-17update fixmeKay Sievers
2010-08-17units: add var-run.service var-lock.serviceKay Sievers
2010-08-17update fixmeKay Sievers
2010-08-17update fixmeLennart Poettering
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering
2010-08-17update fixmeLennart Poettering
2010-08-17log: print at to one target at maxLennart Poettering
2010-08-17device: be more verbose of udev confuses usLennart Poettering
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-16shutdownd: kill /etc/nologin file before we go downLennart Poettering
2010-08-16shutdown: various fixes for handling of delayed shutdownsLennart Poettering
2010-08-16log: properly open log target in the various utilitiesLennart Poettering
2010-08-16util: properly detect ttyname_r() failingLennart Poettering
2010-08-16util: use format_timestamp() instead of ctime() wherever possibleLennart Poettering
2010-08-16shutdown: fix socket type in .socket fileLennart Poettering
2010-08-16systemctl: sort case-insensitivelyLennart Poettering
2010-08-16systemctl: warn in intervals before going down when delayed shutdown is usedLennart Poettering
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering
That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149
2010-08-16man: document new shutdown featuresLennart Poettering
2010-08-16units: enable notify interface for internals servicesLennart Poettering
2010-08-16shutdownd: enable by defaultLennart 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-14emacs: make sure nobody accidently adds tabs to our sourcesLennart 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-14systemctl: skip writing of utmp if we booted using systemd, under the ↵Lennart Poettering
assumption that systemd-update-utmp is used
2010-08-14systemctl: sort 'list-units' outputLennart Poettering
2010-08-13job: don't accidently access a job that doesn't exist anymoreLennart Poettering
2010-08-13units: move plymouth services from /etc to /lib since fedora does not ↵Lennart Poettering
support plymouth-less boots
2010-08-13units: move runlevel[2-5] links to /lib because they are legacy and hence ↵Lennart Poettering
should not be as obviously in sight. The user may still override them by placing links in /etc
2010-08-13man: document that we now accept more than one main process for Type=oneshot ↵Lennart Poettering
services
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-13update fixmeLennart Poettering
2010-08-13systemctl: properly detect whether taling to systemd via D-Bus worked before ↵Lennart Poettering
falling back to upstart/initctl
2010-08-13unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering
2010-08-13man: document new 'systemctl status PID' syntaxLennart Poettering
2010-08-13cgroup: try harder to find a unit a PID belongs to by traversing through ↵Lennart Poettering
parent cgroups
2010-08-13systemctl: when calling 'status' accept a PIDLennart Poettering
2010-08-13update fixmeLennart Poettering
2010-08-13systemctl: show sysv path if it is set if the fragment path isn't in ↵Lennart Poettering
systemctl status
2010-08-12unit: move prefdm after livesysLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=623561