Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-14 | pam: rename 'no-session' to 'user' cgroup | Lennart Poettering | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-11-10 | man: minor tmpfiles(5) updates and reindenting | Lennart Poettering | |
2010-11-10 | unit: add ConditionNull= condition | Lennart Poettering | |
2010-11-05 | man/tmpfiles.d.xml: add a manpage for tmpfiles.d | Brandon Philips | |
Initial commit of a tmpfiles.d manpage. I ran it through xmllint but I don't know how to make it look pretty like the rest of the xml files. :-P Signed-off-by: Brandon Philips <bphilips@suse.de> | |||
2010-10-29 | unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵ | Lennart Poettering | |
weaker counterpart of Conflicts=, similar to Wants= vs. Requires= | |||
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-28 | unit: replace recursive_stop by stop_retroactively to simplify things a little | Lennart Poettering | |
2010-10-26 | man: be more explicit about the usefulness of --system | Lennart Poettering | |
2010-10-26 | systemctl: automatically spawn temporary password agent when we might need one | Lennart Poettering | |
2010-10-22 | man: numerous updates to document updated systemctl behaviour | Lennart Poettering | |
2010-10-22 | man: document systemctl --force | Lennart Poettering | |
2010-10-22 | systemctl: introduce systemctl kill | Lennart Poettering | |
2010-10-20 | unit: introduce %f specifier to decode file names | Lennart Poettering | |
2010-10-20 | service: implement FsckPassNo= option | Lennart Poettering | |
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. |