summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2011-03-12systemctl: support remote and privileged systemctl access via SSH and pkexecLennart Poettering
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230
2011-03-10man: trivial typo in systemd(1)Andrey Borzenkov
2011-03-09dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering
2011-03-08unit: distuingish mandatory from triggering conditionsLennart Poettering
2011-03-04main: introduce /etc/machine-idLennart Poettering
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration.
2011-03-04man: document changed EnvironmentFile= behaviourLennart Poettering
2011-03-01man: fix chkconfig syntax to use --level 3Lennart Poettering
2011-02-21unit: introduce ConditionVirtualization=Lennart Poettering
2011-02-19man: fixed typo in SyslogIdentifier=Mike Kazantsev
2011-02-18man: don't do more reloads than necessary in spec filesLennart Poettering
2011-02-16systemctl: introduce --ignore-dependenciesLennart Poettering
2011-02-16systemctl: introduce --failed to show only failed servicesLennart Poettering
2011-02-15service: change default std output to inheritLennart Poettering
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-02-15execute: optionally forward program output to /dev/console in addition to ↵Lennart Poettering
syslog/kmsg
2011-02-13service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering
2011-02-13pam: introduce whitelist and blacklist user list featureLennart Poettering
This is useful to exclude root from the session logout killings or to limit killing to the selinux guest users.
2011-02-13systemd: document systemd-tmpfilesLennart Poettering
2011-02-12tmpfiles: support globsLennart Poettering
2011-02-09man: document SYSTEMD_READY=Lennart Poettering
2011-02-09manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on ↵Lennart Poettering
the console
2011-02-09man: clarify a few thingsLennart Poettering
2011-02-04pam: optionally reset cgroup memberships for login sessionsLennart Poettering
2011-01-21man: give an example for vconsole.confLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=31955
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