Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-31 | socket: rename the PassCred= option to PassCredentials=, since we don't want ↵ | Lennart Poettering | |
to needlessly abbreviate options unless they are very well established | |||
2011-12-31 | Merge branch 'journal' | Lennart Poettering | |
2011-12-19 | man: switch to UTF-8 output, to work around charset issues | Lennart Poettering | |
2011-12-19 | man: extend sd-login(7) in regards to mixing D-Bus and synchronous library ↵ | Lennart Poettering | |
calls a bit | |||
2011-12-19 | man: various updates | Lennart Poettering | |
2011-12-19 | man: add sd-login(7) page | Lennart Poettering | |
2011-12-19 | man: sd_readahead is not actually available in libsystemd-daemon | Lennart Poettering | |
2011-12-19 | sd-daemon: fix #include lines since we now ship a shared library | Lennart Poettering | |
2011-12-19 | man: document the sd-login interfaces | Lennart Poettering | |
2011-12-17 | man: fix misplaced remark in description of Sockets= | Michal Schmidt | |
2011-12-16 | tmpfiles: add 'z', like 'Z' but not recursive | Michal Schmidt | |
2011-12-16 | tmpfiles: apply chown, chmod for 'Z' entries too | Michal Schmidt | |
If changing ownership or permissions is not desired, they can be configured to '-' or omitted entirely. | |||
2011-12-16 | man: mention that 'Z' ignores uid/gid/mode | Michal Schmidt | |
2011-12-16 | man: document 'Z' in tmpfiles | Michal Schmidt | |
2011-12-08 | '@' is an 'ampersat' not an 'ampersand'; let's call it 'at symbol' | Tim Waugh | |
2011-12-03 | path: add PathModified (= PathChanged + IN_MODIFY) | Michal Schmidt | |
2011-11-30 | man: document the PassCred option | Michal Schmidt | |
2011-11-11 | man: fix typo in sd_notify | Michal Schmidt | |
Noticed by guzu. | |||
2011-11-07 | man: fix a typo in signal number | Michal Schmidt | |
2011-10-11 | unit: introduce ConditionCapability | Lennart Poettering | |
2011-10-11 | units: introduce local-fs-pre.target and remote-fs-pre.target | Lennart Poettering | |
This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems. | |||
2011-10-11 | man: document list-unit-files | Ran Benita | |
It's documented in the --help, but not in the manpage. | |||
2011-10-11 | man: .include directive does not include as textual include it includes by ↵ | Barry Scott | |
parsing the include file. This means that section headers must be used inside of a .include file otherwise all the lines are ignored. | |||
2011-10-11 | man: for ExecStart= provide more details on env var substitution and how ↵ | Barry Scott | |
that turns into arguments. For EnvironmentFile= explain that double quotes can be used to protect whitespace. | |||
2011-09-27 | systemctl: print the legend regardless of stdout type, add --no-legend | Michal Schmidt | |
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 | |||
2011-09-23 | condition: optionally test against type of virtualization (vm vs. container) | Lennart Poettering | |
2011-09-23 | util: detect systemd-nspawn without relying on ns cgroup tree | Lennart Poettering | |
2011-09-22 | man: document that PathChanged= does not care for simple writes but only for ↵ | Lennart Poettering | |
close()-after-write() | |||
2011-09-22 | man: document pkg-config line for sd-daemon | Lennart Poettering | |
2011-09-22 | man: document that sd-daemon.[ch] is now available as shared library | Lennart Poettering | |
2011-09-21 | condition: add ConditionPathIsSymbolicLink | Michal Schmidt | |
2011-09-21 | condition: always follow symlinks for condition checks, to mimic test | Lennart Poettering | |
2011-09-21 | unit: introduce ConditionPathIsMountPoint= | Lennart Poettering | |
2011-09-20 | man: document which condition tests follow symlinks | Michal Schmidt | |
ConditionPathExists and ConditionFileIsExecutable follow symlinks. ConditionPathIsDirectory does not follow symlinks. (XXX: is this actually the desired behavior?) | |||
2011-09-06 | man: list specifiers in a table | Mathieu Bridon | |
It was noted on IRC that the current layout is not necessarily the easiest to parse by humans. I personnally struggled understanding it the first time I read it. Hopefully, this change makes it easier to understand. Note: I only reformatted the information that was already present in the documentation, I didn't add anything. | |||
2011-09-06 | man: fix typo in systemd manual page | Albert Strasheim | |
2011-08-31 | locale: support $LANGUAGE too | Lennart Poettering | |
$LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510 | |||
2011-08-31 | man: document /etc/timezone | Lennart Poettering | |
2011-08-31 | man: don't recommend After=syslog.target anymore since we don't support ↵ | Lennart Poettering | |
non-socket-activatable syslogs anymore where that was ncessary | |||
2011-08-30 | service: change default stdout/stderr to syslog | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-08-29 | man: fix securebits docs | Lennart Poettering | |
2011-08-24 | man: Sort the entries in systemd.special(7) | Josh Triplett | |
This manpage presents the special targets in alphabetical order, but time-sync.target appeared in the wrong place. | |||
2011-08-23 | cgroup: optionally mount a specific cgroup controllers together, and add ↵ | Lennart Poettering | |
cpu+cpuacct to the default | |||
2011-08-21 | exec: allow passing arbitrary path names to blkio cgroup attributes | Lennart Poettering | |
If a device node is specified, then adjust the bandwidth/weight of it, otherwise find the backing block device of the file system the path refers to and adjust its bandwidth/weight. | |||
2011-08-21 | exec: add high-level controls for blkio cgroup attributes | Lennart Poettering | |
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering | |
2011-08-02 | exec: introduce PrivateNetwork= process option to turn off network access to ↵ | Lennart Poettering | |
specific services | |||
2011-08-02 | man: nspawn fixes | Lennart Poettering | |
2011-08-02 | nspawn: add new --no-net switch to turn off networking in the container | Lennart Poettering | |