summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2015-08-23Remove support for auto-spawning VTsAndy Wingo
Auto-spawning VTs requires systemd in practice. If you're using systemd you can just use its logind :)
2015-08-15Rename systemd-logind to logind.Ricardo Wurmus
2015-08-15restore libsystemd-pkgconfig.xml as libelogind-pkgconfig.xmlRicardo Wurmus
2015-08-15Replace systemd.version with elogind.version.Ricardo Wurmus
2015-08-15Restore shared XML files.Ricardo Wurmus
* man/less-variables.xml, man/standard-conf.xml, man/standard-options.xml, man/user-system-options.xml: Restore files from upstream (removed in commit d3ad6bf3).
2015-04-19Re-add logind man pages from upstream systemdAndy Wingo
2015-04-19Remove gudev checkAndy Wingo
2015-04-19logind will always be builtAndy Wingo
2015-04-08Compiling.Andy Wingo
2015-04-08remove non-login things from manAndy Wingo
2015-04-02man: don't mention "journalctl /dev/sda"Lennart Poettering
It never worked, and nobody ever worked on it, hence don't mention it.
2015-03-31man: fix line breaks in code examplesLennart Poettering
2015-03-24man: Second example systemd-socket-proxyd does not need a Unix socket listener.David Strauss
2015-03-22man: add journal-remote.conf(5)Chris Morgan
2015-03-19man: add h/H to tmpfiles.d(5)Goffredo Baroncelli
2015-03-15man: standard-conf: change directory reference to wildcardAlison Chaiken
2015-03-15network: add UseNTP DHCP optionMichael Marineau
Despite having the internal logic in place to enable/disable using NTP servers provided by DHCP the network config didn't expose the option.
2015-03-14man: add sd_event_{run,wait,prepare,dispatch,loop}Zbigniew Jędrzejewski-Szmek
2015-03-13man: fix indentation of copyright headersZbigniew Jędrzejewski-Szmek
2015-03-13man: no paren in linkZbigniew Jędrzejewski-Szmek
2015-03-13man: fix name of systemd.journal-fields(7)Zbigniew Jędrzejewski-Szmek
2015-03-13man: fix link to strerror(3)Zbigniew Jędrzejewski-Szmek
2015-03-13man: s/sd_bus_message_get_seqno/sd_bus_message_get_seqnum/Zbigniew Jędrzejewski-Szmek
2015-03-13man: fix name of systemd.resource-control(5)Zbigniew Jędrzejewski-Szmek
2015-03-13man: link to fd.o for dbus stuffZbigniew Jędrzejewski-Szmek
2015-03-13man: link to freebsd.org for inetd(8)Zbigniew Jędrzejewski-Szmek
2015-03-13man: fix a bunch of linksZbigniew Jędrzejewski-Szmek
All hail linkchecker!
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
Replace ENOTSUP by EOPNOTSUPP as this is what linux actually uses.
2015-03-13man: update example 2 in systemd.network(5)Zbigniew Jędrzejewski-Szmek
none/both/v4/v6 are deprecated in favour of no/yes/ipv4/ipv6. https://bugs.freedesktop.org/show_bug.cgi?id=89221
2015-03-12man: split paragraphDavid Herrmann
Explicitly put the "multiple EnvironmentFile=" description into its own paragraph to make it much easier to find.
2015-03-11man: fix links to compressorsZbigniew Jędrzejewski-Szmek
2015-03-11udev: add SYSCTL{} supportKay Sievers
2015-03-10tmpfiles: port to unquote_many_words()daurnimator
2015-03-10man: document "machinectl export-tar" and "export-raw"Lennart Poettering
2015-03-10add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden
2015-03-09man: document machinectl import-tar and import-rawLennart Poettering
2015-03-09man: document that ExecStartPre= is not the place to start long-running ↵Lennart Poettering
processes
2015-03-09Fix typosTorstein Husebø
2015-03-06login: make hold-off timeout configurableDavid Herrmann
This introduces 'HoldoffTimeoutSec' to logind.conf to make IGNORE_LID_SWITCH_{SUSPEND,STARTUP}_USEC configurable. Background: If an external monitor is connected, or if the system is docked, we want to ignore LID events. This is required to support setups where a laptop is used with external peripherals while the LID is closed. However, this requires us to probe all hot-plugged devices before reacting to LID events. But with modern buses like USB, the standards do not impose any timeout on the slots, so we have no chance to know whether a given slot is used or not. Hence, after resume and startup, we have to wait a fixed timeout to give the kernel a chance to probe devices. Our timeout has always been generous enough to support even the slowest devices. However, a lot of people didn't use these features and wanted to disable the hold-off timer. Now we provide a knob to do that.
2015-03-04man: replace obsolete wiki link with man pageZachary Cook
2015-03-04networkd: Make DHCP client ID creation configurableJan Janssen
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek
For daemons which have a main configuration file, there's little reason for the administrator to use configuration snippets. They are useful for packagers which need to override settings, but we shouldn't advertise that as the main way of configuring those services. https://bugs.freedesktop.org/show_bug.cgi?id=89397
2015-03-03man: fix typoLennart Poettering
2015-03-02man: document that machinectl set-limit creates a btrfs loopback tooLennart Poettering
2015-02-27man: correct description of systemd-user-sessionsZbigniew Jędrzejewski-Szmek
That part of functionality was removed in 7fb3ee51c1b377.
2015-02-27build-sys: make systemd-user-sessions conditional on PAM againZbigniew Jędrzejewski-Szmek
This undoes a part of previous commit: s-u-s is dependent on HAVE_PAM again, but not on HAVE_LOGIND.
2015-02-27user-sessions: move into own subdir and build independently of logindIvan Shapovalov
Suggested by Zbyszek on IRC. [zj: /run/nologin is used with PAM. systemd-user-session is independent of logind.]
2015-02-27networkd: add support for Uplink Failure DetectionAlin Rauta
Introduce BindCarrier= to indicate the set of links that determine if the current link should be brought UP or DOWN. [tomegun: add a bit to commit message]
2015-02-25nspawn: make kill signal to use for PID 1 configurableLennart Poettering
2015-02-25machined,machinectl: add calls for changing container/VM quotasLennart Poettering