summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2011-01-18pam: optionally keep processes of root user aroundLennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2011-01-18man: document missing KillSignal= and swap optionsLennart Poettering
2011-01-06fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart Poettering
2011-01-02systemctl: implement auto-pager a la gitMiklos Vajna
2011-01-01man: remaining spelling fixesMiklos Vajna
2010-12-20Fix misspellings in os-release manpage and hwclock-load.serviceMiklos Vajna
2010-12-16man: daemon - fix misspellingsMiklos Vajna
2010-12-07man: modules-load.d - fix misspellingsMiklos Vajna
2010-11-30man: systemctl - clarify condrestart, force-reloadRan Benita
2010-11-28man: systemctl - spelling fixesRan Benita
2010-11-22man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5Lennart Poettering
2010-11-21man: document /etc/modules-load.d/Lennart Poettering
2010-11-21man: document /etc/os-releaseLennart Poettering
2010-11-21man: document locale.confLennart Poettering
2010-11-21man: document /etc/vconsole.confLennart Poettering
2010-11-21man: document /etc/hostnameLennart Poettering
2010-11-19man: reorder things to follow the same order everywhereLennart Poettering
2010-11-18man: trivial BindTo description fixAndrey Borzenkov
I guess "unexpected" implies "without involvement".
2010-11-18manager: make list of default controllers configurableLennart Poettering
2010-11-18pam: document controllers= switchLennart Poettering
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-11-15unit: introduce ConditionDirectoryNotEmpty=Lennart Poettering
2010-11-14pam: rename 'no-session' to 'user' cgroupLennart Poettering
2010-11-11man: Fix various typosAndrew Edmunds
2010-11-10man: minor tmpfiles(5) updates and reindentingLennart Poettering
2010-11-10unit: add ConditionNull= conditionLennart Poettering
2010-11-05man/tmpfiles.d.xml: add a manpage for tmpfiles.dBrandon 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-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵Lennart Poettering
weaker counterpart of Conflicts=, similar to Wants= vs. Requires=
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart 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-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-26man: be more explicit about the usefulness of --systemLennart Poettering
2010-10-26systemctl: automatically spawn temporary password agent when we might need oneLennart Poettering
2010-10-22man: numerous updates to document updated systemctl behaviourLennart Poettering
2010-10-22man: document systemctl --forceLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-20unit: introduce %f specifier to decode file namesLennart Poettering
2010-10-20service: implement FsckPassNo= optionLennart Poettering
2010-10-19man: extend commenting of .spec file snippets a bitLennart Poettering
2010-10-19man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymoreLennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-08service: introduce Restart=on-failure and Restart=on-abortLennart Poettering
2010-10-08unit: rename 'banned' load state to 'masked'Lennart Poettering
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
2010-10-05fix typo: s/seperat/separat/gDave Reisner
2010-10-05man: fix typoLennart Poettering
2010-10-05man: document Sockets= switchLennart Poettering
2010-10-05man: document readahdea split-offLennart Poettering
2010-10-05service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering
similar
2010-10-05socket: make service to start on incoming traffic configurableLennart Poettering