summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
* Add man page and references to it.Didier Roche2015-02-18
| | | | | | Add man page explaining the plymouth theme protocol, usage of the daemon as well as the socket activation part. Adapt existing fsck man page.
* man: add systemd.generator(7)Zbigniew Jędrzejewski-Szmek2015-02-10
| | | | | | | | | This is largely based on http://www.freedesktop.org/wiki/Software/systemd/Generators/, and obsoletes that page. It seems that we do a much better job of keeping man pages up-to-date compared to wiki pages. Man pages are also easier to find for users. https://bugs.freedesktop.org/show_bug.cgi?id=89048
* build-sys: mark systemd-firstboot man page as conditionalMichael Biebl2015-02-04
| | | | Rebuild Makefile-man.am accordingly.
* man: add networkctl(1)Zbigniew Jędrzejewski-Szmek2015-01-19
|
* man: document nss-mymachinesLennart Poettering2015-01-07
|
* man: add an alias to libnss_myhostname.so2 for nss-myhostnameLennart Poettering2015-01-07
| | | | | The module appears under the name "libnss_myhostname.so.2" in the file system, hence let's link it up under that name.
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-06
| | | | | | | | | | | | | | With this change it is possible to send file descriptors to PID 1, via sd_pid_notify_with_fds() which PID 1 will store individually for each service, and pass via the usual fd passing logic on next invocation. This is useful for enable daemon reload schemes where daemons serialize their state to /run, push their fds into PID 1 and terminate, restoring their state on next start from the data in /run and passed in from PID 1. The fds are kept by PID 1 as long as no POLLHUP or POLLERR is seen on them, and the service they belong to are either not dead or failed, or have a job queued.
* build: add option to disable hwdbUmut Tezduyar Lindskog2014-12-20
| | | | [tomegun: fix Makefile-man.am, based on fix from Michael Biebl]
* systemd-hwdb: introduce new toolTom Gundersen2014-12-18
| | | | | | | | This pulls out the hwdb managment from udevadm into an independent tool. The old code is left in place for backwards compatibility, and easy of testing, but all documentation is dropped to encourage use of the new tool instead.
* sd-bus: get rid of PID starttime conceptLennart Poettering2014-12-09
| | | | As kdbus no longer exports this, remove all traces from sd-bus too
* build-sys: update man-listDavid Herrmann2014-12-03
| | | | Run 'make update-man-list'.
* machine-id-commit: add man pagesDidier Roche2014-12-03
| | | | | Add man pages for systemd-machine-id-commit.service and systemd-machine-id-commit.
* timesyncd: Support timesyncd.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* bootchart: Support bootchart.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* systemd-sleep: Support sleep.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* core: Support system.conf.d and user.conf.d directories in the usual search ↵Josh Triplett2014-11-29
| | | | paths
* man: Factor out a common snippet for .d directories and precedenceJosh Triplett2014-11-29
| | | | | | | Several manpages contain duplicate text describing a standard set of .d configuration directories, with the usual sorting, precedence, overrides, and so on. Factor this common text out using XInclude before proliferating it even further.
* man/logind.conf.xml: Make "man logind.conf.d" work tooJosh Triplett2014-11-29
|
* man: add systemd-sysv-generator(8)Zbigniew Jędrzejewski-Szmek2014-11-27
| | | | | | | | In principle SysV stuff is only for compatibility, but we are stuck with it for the forseeable future, so documentation might as well be provided. https://bugs.debian.org/771172
* man: document sd_bus_creds_get_connection_name()Lennart Poettering2014-10-20
|
* man: document sd_machine_get_class() and sd_machine_get_ifindices()Lennart Poettering2014-10-20
|
* man: add sd_event_set_name(3)Zbigniew Jędrzejewski-Szmek2014-10-02
|
* man: add sd_event_get_fd(3)Zbigniew Jędrzejewski-Szmek2014-10-02
| | | | | | Example from Tom Gundersen is included using xi:include. The copyright notice stands out a bit. Maybe it should be removed, and the code placed in public domain.
* make utmp/wtmp support configurableEmil Renner Berthing2014-09-26
| | | | | | This adds --disable-utmp option to configure. If it is used, all utmp-related functionality, including querying runlevel support, is removed.
* man: document sd_event_add_{defer,post,exit}Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_child(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* man: add sd_event_add_signal(3)Zbigniew Jędrzejewski-Szmek2014-09-25
|
* build-sys: add sd_session_get_desktop to Makefile-man.amZbigniew Jędrzejewski-Szmek2014-09-25
| | | | Fixup for c72d5456e2d.
* readahead: wipe out readaheadDaniel Buch2014-09-25
|
* hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov2014-08-26
| | | | | | | | | | | | | hibernate-resume-generator understands resume= kernel command line parameter and instantiates the systemd-resume@.service accordingly if it is passed. This enables resume from hibernation using device specified on the kernel command line, and it may be specified either as "/dev/disk/by-foo/bar" or "FOO=bar", not only "/dev/sdXY" which is understood by the in-kernel implementation. So now resume= is brought on par with root= in terms of possible ways to specify a device.
* hibernate-resume: add a tool to write a device node's major:minor to ↵Ivan Shapovalov2014-08-26
| | | | | | | | | | /sys/power/resume. This can be used to initiate a resume from hibernation by path to a swap device containing the hibernation image. The respective templated unit is also added. It is instantiated using path to the desired resume device.
* timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCPLennart Poettering2014-08-12
|
* man: add udev.conf(5)Zbigniew Jędrzejewski-Szmek2014-07-31
| | | | | | | We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page.
* man: merge systemd-verify with systemd-analyzeZbigniew Jędrzejewski-Szmek2014-07-21
|
* man: add systemd-verify(1)Zbigniew Jędrzejewski-Szmek2014-07-20
|
* man: document systemd-journal-uploadZbigniew Jędrzejewski-Szmek2014-07-15
|
* man: add systemd-coredump(8) and a bunch of linksZbigniew Jędrzejewski-Szmek2014-07-13
|
* man: document systemd-escape(1)Lennart Poettering2014-07-07
|
* firstboot: get rid of firstboot generator again, introduce ↵Lennart Poettering2014-07-07
| | | | | | | | ConditionFirstBoot= instead As Zbigniew pointed out a new ConditionFirstBoot= appears like the nicer way to hook in systemd-firstboot.service on first boots (those with /etc unpopulated), so let's do this, and get rid of the generator again.
* man: document systemd-firstboot(1)Lennart Poettering2014-07-07
|
* path: add new "systemd-path" utility for querying paths described in ↵Lennart Poettering2014-07-02
| | | | | | | | file-hierarchy(7) This new tool is based on "sd-path", a new (so far unexported) API for libsystemd, that can hopefully grow into a workable API covering /opt and more one day.
* man: document systemd-update-done.serviceLennart Poettering2014-07-01
|
* man: add a minimized, modernized description of the file system hierarchy ↵Lennart Poettering2014-06-30
| | | | systemd suggests
* man: document the sysusers toolLennart Poettering2014-06-29
|
* man: add coredump.conf(5)Zbigniew Jędrzejewski-Szmek2014-06-26
|
* Revert "Add systemd-coredumpctl as an alias for coredumpctl"Zbigniew Jędrzejewski-Szmek2014-06-23
| | | | | This reverts the documentation part of commit dfdd0e0730385eef08f019863fd41168b05b6ab0.
* Add systemd-coredumpctl as an alias for coredumpctlZbigniew Jędrzejewski-Szmek2014-06-22
| | | | Should make the transition easier for exisiting users.