summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
...
* man: document the WATCHDOG_USEC environment variableLennart Poettering2012-02-08
|
* service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich2012-02-08
| | | | failure logic
* man: document systemd.setenv=Lennart Poettering2012-02-08
|
* move /usr/bin/systemd to /usr/lib/systemd/systemdKay Sievers2012-02-08
|
* man: document that we support tcpwrappers only for access controlLennart Poettering2012-02-02
| | | | | | | We do not support, and explicitly never want to support environment variable settings and suchlike in tcpwrappers. https://bugs.freedesktop.org/show_bug.cgi?id=45143
* service: add watchdog timestampMichael Olbrich2012-02-01
| | | | | | | | | | | | | This patch adds WatchdogTimestamp[Monotonic] to the systemd service D-Bus API. The timestamp is updated to the current time when the service calls 'sd_nofity("WATCHDOG=1\n")'. Using a timestamp instead of an 'alive' flag has two advantages: 1. No timeout is needed to define when a service is no longer alive. This simplifies both configuration (no timeout value) and implementation (no timeout event). 2. It is more robust. A 'dead' service might not be detected should systemd 'forget' to reset an 'alive' flag. It is much less likely to get a valid new timestamp if a service died.
* virt: detect LXC+libvirt containersLennart Poettering2012-01-25
|
* man: document systemd-cgtop toolLennart Poettering2012-01-25
|
* cgls: don't show kernel threads by defaultLennart Poettering2012-01-22
|
* persistant -> persistentKay Sievers2012-01-18
|
* tmpfiles: support writing short strings to files, in order to support /sys ↵Lennart Poettering2012-01-18
| | | | manipulations at boot time, a la sysctl
* exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering2012-01-18
|
* tmpfiles: add support for creating symlinks, char/block device nodesLennart Poettering2012-01-18
|
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
|
* unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering2012-01-11
|
* journal: introduce log target 'journal' for executed processesLennart Poettering2012-01-06
|
* login: implement sd_session_get_service()Lennart Poettering2012-01-05
|
* headers: fix git URLs for source filesLennart Poettering2012-01-05
|
* journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵Lennart Poettering2012-01-04
| | | | processes might also be related to mount, swap or socket units, not just services
* man: fix SEE ALSO in hostname(5)Tom Gundersen2012-01-03
| | | | Rather than referencing itself (hostname(5)), point to hostname(7).
* login: introduce sd_pid_get_service()Lennart Poettering2012-01-03
|
* socket: rename the PassCred= option to PassCredentials=, since we don't want ↵Lennart Poettering2011-12-31
| | | | to needlessly abbreviate options unless they are very well established
* Merge branch 'journal'Lennart Poettering2011-12-31
|\
| * man: switch to UTF-8 output, to work around charset issuesLennart Poettering2011-12-19
| |
| * man: extend sd-login(7) in regards to mixing D-Bus and synchronous library ↵Lennart Poettering2011-12-19
| | | | | | | | calls a bit
| * man: various updatesLennart Poettering2011-12-19
| |
| * man: add sd-login(7) pageLennart Poettering2011-12-19
| |
| * man: sd_readahead is not actually available in libsystemd-daemonLennart Poettering2011-12-19
| |
| * sd-daemon: fix #include lines since we now ship a shared libraryLennart Poettering2011-12-19
| |
| * man: document the sd-login interfacesLennart Poettering2011-12-19
| |
* | man: fix misplaced remark in description of Sockets=Michal Schmidt2011-12-17
| |
* | tmpfiles: add 'z', like 'Z' but not recursiveMichal Schmidt2011-12-16
| |
* | tmpfiles: apply chown, chmod for 'Z' entries tooMichal Schmidt2011-12-16
| | | | | | | | | | If changing ownership or permissions is not desired, they can be configured to '-' or omitted entirely.
* | man: mention that 'Z' ignores uid/gid/modeMichal Schmidt2011-12-16
| |
* | man: document 'Z' in tmpfilesMichal Schmidt2011-12-16
| |
* | '@' is an 'ampersat' not an 'ampersand'; let's call it 'at symbol'Tim Waugh2011-12-08
| |
* | path: add PathModified (= PathChanged + IN_MODIFY)Michal Schmidt2011-12-03
| |
* | man: document the PassCred optionMichal Schmidt2011-11-30
| |
* | man: fix typo in sd_notifyMichal Schmidt2011-11-11
| | | | | | | | Noticed by guzu.
* | man: fix a typo in signal numberMichal Schmidt2011-11-07
|/
* unit: introduce ConditionCapabilityLennart Poettering2011-10-11
|
* units: introduce local-fs-pre.target and remote-fs-pre.targetLennart Poettering2011-10-11
| | | | | | This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems.
* man: document list-unit-filesRan Benita2011-10-11
| | | | It's documented in the --help, but not in the manpage.
* man: .include directive does not include as textual include it includes by ↵Barry Scott2011-10-11
| | | | | | | parsing the include file. This means that section headers must be used inside of a .include file otherwise all the lines are ignored.
* man: for ExecStart= provide more details on env var substitution and how ↵Barry Scott2011-10-11
| | | | | | | that turns into arguments. For EnvironmentFile= explain that double quotes can be used to protect whitespace.
* systemctl: print the legend regardless of stdout type, add --no-legendMichal Schmidt2011-09-27
| | | | | | | | | | Print the legend (the column headers and the footer with hints) by default even to non-tty output. People seem to get confused by the difference when they redirect the output. Add a parameter to suppress the printing of the legend. Related-to: https://bugzilla.redhat.com/show_bug.cgi?id=713567
* condition: optionally test against type of virtualization (vm vs. container)Lennart Poettering2011-09-23
|
* util: detect systemd-nspawn without relying on ns cgroup treeLennart Poettering2011-09-23
|
* man: document that PathChanged= does not care for simple writes but only for ↵Lennart Poettering2011-09-22
| | | | close()-after-write()
* man: document pkg-config line for sd-daemonLennart Poettering2011-09-22
|