Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | man: extend commenting of .spec file snippets a bit | Lennart Poettering | |
2010-10-19 | man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore | Lennart Poettering | |
2010-10-13 | unit: add minimal condition checker for unit startup | Lennart Poettering | |
2010-10-08 | service: introduce Restart=on-failure and Restart=on-abort | Lennart Poettering | |
2010-10-08 | unit: rename 'banned' load state to 'masked' | Lennart Poettering | |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering | |
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036 | |||
2010-10-05 | fix typo: s/seperat/separat/g | Dave Reisner | |
2010-10-05 | man: fix typo | Lennart Poettering | |
2010-10-05 | man: document Sockets= switch | Lennart Poettering | |
2010-10-05 | man: document readahdea split-off | Lennart Poettering | |
2010-10-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-10-05 | socket: make service to start on incoming traffic configurable | Lennart Poettering | |
2010-10-05 | man: fix suggested autoconf snippet | Lennart Poettering | |
2010-09-26 | readahead: add interface to sd-daemon.[ch] to control readahead | Lennart Poettering | |
2010-09-15 | man: document that first param to ExecStart= cannot be variable substitution | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=630156 | |||
2010-09-14 | man: include reference to the interface stability promise | Lennart Poettering | |
2010-09-13 | man: s/triggerin/triggerun/ for rpm upgrades | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=626966 | |||
2010-09-13 | man: some clarifications | Lennart Poettering | |
2010-09-06 | man: Fix small typo: s/seperate/separate/ | Michael Biebl | |
2010-09-03 | build-sys: prepare new releasesystemd/v9 | Lennart Poettering | |
2010-09-03 | man: extend documentation on systemctl isolate | Matthew Miller | |
Lennart has convinced me that it's more helpful to participate than to sit on the sidelines and complain. So, hello everyone. I'm starting by giving up the battle to change the systemctl "isolate" command to "switch-to". Can't win them all. :) I've got a suggested patch to expand the documentation a bit, hopefully making it more clear to new systemd users. Is there an easy way to list all units where AllowIsolate is enabled? That should be included alongside this, I think. | |||
2010-08-31 | systemctl: avoid wrapping of headers/footers | Lennart Poettering | |
This change makes sure that our output never exceeds 80ch on 80ch terminals. https://bugzilla.redhat.com/show_bug.cgi?id=626443 | |||
2010-08-31 | exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface | Lennart Poettering | |
This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework. | |||
2010-08-31 | manager: rename 'maintenance' state to 'failed' to avoid user confusion | Matthew Miller | |
https://bugzilla.redhat.com/show_bug.cgi?id=614619 | |||
2010-08-30 | unit: introduce AllowIsolate= switch | Lennart Poettering | |
2010-08-25 | cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup | Lennart Poettering | |
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch. | |||
2010-08-25 | man: minor updates | Lennart Poettering | |
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-17 | shutdown: 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-16 | shutdown: if now time argument is passed, imply +1 not +0 | Lennart 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-16 | man: document new shutdown features | Lennart Poettering | |
2010-08-13 | man: document that we now accept more than one main process for Type=oneshot ↵ | Lennart Poettering | |
services | |||
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 | man: document new 'systemctl status PID' syntax | 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-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-07 | man: minor man page fix | Lennart Poettering | |
2010-08-06 | man: minor man page fix | Lennart Poettering | |
2010-08-06 | man: document %triggerin usage | Lennart Poettering | |
2010-08-03 | socket: Allow selection of TCP Congestion Avoidance algorithm to socket | Tomasz Torcz | |
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support. | |||
2010-07-24 | systemctl: fold systemd-install into systemctl | Lennart Poettering | |
2010-07-23 | install: default to minimal realization mode | Lennart Poettering | |
2010-07-23 | systemctl: accept -p more than once | Lennart Poettering | |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-20 | device: do not merge devices | Lennart Poettering | |
Don't try to merge devices that have been created via dependencies when they appear in the system and can be recognized as the same. Instead, simply continue to maintain them independently of each other, however with the same state cycle. Why? Because otherwise we'd have a hard time to seperate the dependencies after the devices are unplugged again and we hence cannot be sure anymore that next time the device is plugged in it will carry the same names. Example: if one depndency refers to dev-sda.device and another one to dev-by-id-xxxyyy.device we only learn at time of plug in of the device that it is actually the same device that was ment. In the moment the device is unplugged again we won't know anymore their relation to each other and the next time the harddisk is plugged it might even appear as dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies continue to have the meaning they were intended to have let's hence keep the .device objects seperate all the time, even when they are plugged in. This patch also introduces a new Following= property which points from the various .device units of a specific device to the main .device unit for it. This can be used by the client side to figure out the relation of the .device units to each other and even filter units from display. | |||
2010-07-19 | systemctl: introduce reset-maintenance command | Lennart Poettering | |
2010-07-18 | man: extend man pages a little | Lennart Poettering | |
2010-07-18 | install: optionally remove all symlinks from configuration tree recursively | Lennart Poettering | |
2010-07-16 | man: various man page updates | Lennart Poettering | |
2010-07-16 | systemctl: add to command for virtualizing the dependency tree with graphviz | Lennart Poettering | |