summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* bus: remove static introspection file exportKay Sievers2013-10-21
|
* man: systemd-fstab-generator - remove <term>Kay Sievers2013-10-20
| | | | Element term in namespace '' encountered in para, but no template matches.
* man: fix typos in backlight/rfkill pageTom Gundersen2013-10-19
| | | | /me must learn to also test manpage changes
* fsck-root: only run when requested in fstabTom Gundersen2013-10-19
| | | | | | fsck-root is redundant in case an initrd is used, or in case the rootfs is never remounted 'rw', so the new default is the correct behavior for most users. For the rest, they should enable it in fstab.
* mount/service: drop FsckPassNo supportTom Gundersen2013-10-19
| | | | | | | | We now treat passno as boleans in the generators, and don't need this any more. fsck itself is able to sequentialize checks on the same local media, so in the common case the ordering is redundant. It is still possible to force an order by using .d fragments, in case that is desired.
* fstab-generator: Generate explicit dependencies on systemd-fsck@.service ↵Thomas Bächler2013-10-19
| | | | | | | | | instead of using FsckPassNo [tomegun: * order all fsck instances after fsck-root * check for OOM * added notes in the manpages]
* kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen2013-10-19
| | | | | | | | When set to 0 this will stop tools like the backlight and rfkill tools to restore state from previous boot. This is useful in case the stored state is bogus to the extent that it is preventing you from resetting it (e.g., the backlight settings cause the screen to be off on boot on a system where the backlight can not be adjusted directly from the keyboard).
* socket-proxyd: rename from saproxyLennart Poettering2013-10-18
| | | | | | | | | The thing is a daemon, hence needs a "d" prefix. Also, we tend to not abbreviate names of background components unnecessarily, since they are not primary commands people type. Then, the fact that this thing does socket actviation is mostly in implementationd detail for the proxy. Also, do some minor indenting clean-ups and other code updates.
* saproxy: man page formatting and terminology fixesDavid Strauss2013-10-16
|
* Rename sabridge to saproxy to be less crypticDavid Strauss2013-10-15
|
* Add sabridge for socket activation of traditional daemonsDavid Strauss2013-10-15
|
* man: document the -b special boot optionJan Engelhardt2013-10-15
|
* man: wording and grammar updatesJan Engelhardt2013-10-15
| | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes…
* Fix misspellings with codespell toolAnatol Pomozov2013-10-14
|
* rfkill: add new rfkill tool to save/restore rfkill state across rebootsLennart Poettering2013-10-14
| | | | This works analogous to the existing backlight and random seed services
* man: add more markup to udevadm(8)Zbigniew Jędrzejewski-Szmek2013-10-13
|
* udevadm.xml: document --resolve-names option for testDave Reisner2013-10-13
| | | | | And remove documentation of the --subsystem flag which doesn't actually exist.
* journalctl: flip to --full by defaultZbigniew Jędrzejewski-Szmek2013-10-07
| | | | | | | | | | | | | | We already shew lines in full when using a pager or not on a tty. The commit disables ellipsization in the sole remaining case, namely when --follow is used. This has been a popular request for a long time, and indeed, full output seems much more useful. Old behaviour can still be requested by using --no-full. Old options retain their behaviour for compatiblity, but aren't advertised as much. This change applies only to jornalctl, not to systemctl, when ellipsization is useful to keep the layout. https://bugzilla.redhat.com/show_bug.cgi?id=984758
* udev: support custom Linux Security Module labels for device nodesKay Sievers2013-10-08
|
* man: Improve the description of parameter X in tmpfiles.d pageVáclav Pavlín2013-10-03
|
* execute.c: always set $SHELLZbigniew Jędrzejewski-Szmek2013-10-02
| | | | | In e6dca81 $SHELL was added to user@.service. Let's instead provide it to all units which have a user.
* fix lingering references to /var/lib/{backlight,random-seed}Dave Reisner2013-10-02
| | | | This should have been part of ef5bfcf668e6029faa78534dfe.
* man: mention the systemd homepage from systemd(1)Lennart Poettering2013-09-30
|
* man: link cgroups api docs from relevant man pagesLennart Poettering2013-09-30
|
* man: drop references to "cgroup" wher appropriateLennart Poettering2013-09-27
| | | | | | | | | | | Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening.
* core: drop some out-of-date references to cgroup settingsLennart Poettering2013-09-26
|
* journalctl(1): s/adm/systemd-journal/Dave Reisner2013-09-24
|
* man: mention --runtime where appropriateZbigniew Jędrzejewski-Szmek2013-09-19
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1009956
* clarify $ escaping in Exec* linesAndrey Borzenkov2013-09-19
| | | | Explain that literal $ can be passed by doubling it.
* tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if ↵Lennart Poettering2013-09-17
| | | | it exists
* journald: log the slice of a process along with each message in _SYSTEMD_SLICE=Lennart Poettering2013-09-17
|
* cgroup: get rid of MemorySoftLimit=Lennart Poettering2013-09-17
| | | | | | | The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay around in the kernel for good, so let's not expose it for now. We can readd something like it later when the kernel guys decided on a final API for this.
* tmpfiles: support simple specifier expansion for specified pathsLennart Poettering2013-09-17
|
* man: add a list of environment variablesZbigniew Jędrzejewski-Szmek2013-09-17
|
* man: document luks.options kernel commandlineTom Gundersen2013-09-13
| | | | This should have been part of commit 7ab064a6d
* cryptsetup-generator: allow specifying options in /proc/cmdlineTom Gundersen2013-09-13
| | | | | | | The main usecase for this is to make it possible to use cryptsetup in the initrd without it having to include a host-specific /etc/crypttab. Tested-by: Thomas Bächler <thomas@archlinux.org>
* man: wording and grammar updatesJan Engelhardt2013-09-12
| | | | | | | | | | | | This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted)
* service: Implement 'on-watchdog' restart optionHannes Reinecke2013-09-12
| | | | | Services using the watchdog option might want to be restarted only if the watchdog triggers.
* man: Add a note about what environment variables are available by defaultZbigniew Jędrzejewski-Szmek2013-09-12
|
* man: fix description of file order applicationKay Sievers2013-09-12
|
* man: fix description of sysctl.d orderMantas Mikulėnas2013-09-11
| | | | | | systemd-sysctl gives priority to the latest occurence as of commit 04bf3c1a60d82791e0320381e9268f727708f776, but the manpage hasn't been updated for that.
* sd-login: add a public accessor for the VT numberGiovanni Campagna2013-09-11
| | | | | The VT number was already part of the DBus API, but was not exposed in the C API.
* cryptsetup: Retry indefinitely if tries=0 option has been set.Thomas Bächler2013-09-11
| | | | | When running from initrd, entering a wrong passphrase usually means that you cannot boot. Therefore, we allow trying indefinitely.
* man: document that Type=notify is currently incompatible with PrivateNetwork=yesLennart Poettering2013-09-11
|
* man: one more example in tmpfiles.dLukas Nykryn2013-09-10
|
* man: wording and grammar updatesJan Engelhardt2013-09-10
| | | | | | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. In this particular commit: - the usual comma fixes - expand contractions (this is prose)
* man: split systemctl commands to sectionsLukas Nykryn2013-09-10
|
* man: add not to not use -x in bug reportsZbigniew Jędrzejewski-Szmek2013-09-10
|
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
|
* man: fix typoZbigniew Jędrzejewski-Szmek2013-09-06
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=68723