summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* man: document some more bus functionsZbigniew Jędrzejewski-Szmek2014-01-05
|
* networkd: refuse to use .network files with missing Address/Gateway keyTom Gundersen2014-01-05
| | | | | | | | | | | | These keys are mandatory in [Address]/[Route] sections. Otherwise, we hit an assert: ens3: setting addresses Assertion 'address->family == 2 || address->family == 10' failed at /build/amd64-generic/tmp/portage/sys-apps/systemd-9999-r1/work/systemd-9999/src/network/networkd-address.c:137, function address_configure(). Aborting. Reported-by: Alex Polvi <alex.polvi@coreos.com> At the same time make sure Route's Destination and Gateway uses the same address family.
* man: typo fixThomas Hindoe Paaboel Andersen2014-01-04
|
* Revert "net-util: add support for Type=ethernet"Tom Gundersen2014-01-04
| | | | | | | This reverts commit 4cd1214db6cf4b262e8ce6381bc710091b375c96. This may still be fixed in the kernel, revert this for now until we see how it all shakes out.
* man: document a batch of bus functionsZbigniew Jędrzejewski-Szmek2014-01-04
|
* man: networkd - document DHCP optionTom Gundersen2014-01-03
|
* net-util: add support for Type=ethernetTom Gundersen2014-01-03
| | | | | When DEVTYPE is not set for a nic, it means it is a wired/ethernet device.
* tmpfiles: rename --unsafe to --bootZbigniew Jędrzejewski-Szmek2013-12-30
| | | | | As suggested by Kay, it is better to describe what is done, not what might happen.
* man: expand on some more subtle points in systemd.socket(5)Zbigniew Jędrzejewski-Szmek2013-12-30
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727708#1694
* acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek2013-12-30
| | | | | | | Nspawn has --setenv, and systemd itself accepts systemd.setenv. It is nice to have the same parameter name everywhere. Old name is accepted, but not advertised.
* man: include autoconf snippet in daemon(7)Michał Górny2013-12-27
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=40446
* man: add a note about propagating signalsZbigniew Jędrzejewski-Szmek2013-12-27
|
* man: fix Type= reference v2Zbigniew Jędrzejewski-Szmek2013-12-27
| | | | | | | | | grawity: It looks like the old version _was_ correct – the default value will be "Type=dbus" if the service has a BusName set. Suggested change: "if neither Type= nor BusName= is specified"
* man: fix Type= referenceMarcos Felipe Rasia de Mello2013-12-26
| | | | | | | | | | | | Simple man page fix attached. -- Marcos From 268d10a2f8769fd1dcb9440670af15ac02c5df89 Mon Sep 17 00:00:00 2001 From: Marcos Mello <marcosfrm@gmail.com> Date: Thu, 26 Dec 2013 17:19:04 -0200 Subject: [PATCH 1/1] man: fix Type= reference
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
|
* man: fix description of is-enabled returned valueZbigniew Jędrzejewski-Szmek2013-12-26
|
* man: document fail/nofail, auto/noautoZbigniew Jędrzejewski-Szmek2013-12-25
| | | | Also s/filesystem/file system/ in a few places.
* man: grammar and wording improvementsJan Engelhardt2013-12-25
| | | | | | | This is a recurring submission and includes corrections to: - missing words, preposition choice. - change of /lib to /usr/lib, because that is what most distros are using as the system-wide location for systemd/udev files.
* man: improvements to comma placementJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: comma placement.
* man: resolve word omissionsJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: word omissions and word class choice.
* man: add missing sd_bus_message_get_cookie man page fieLennart Poettering2013-12-25
|
* man: document sd_bus_message_get_cookie()Lennart Poettering2013-12-25
|
* tmpfiles: introduce the concept of unsafe operationsZbigniew Jędrzejewski-Szmek2013-12-24
| | | | | | | | | | | | | | | | | | | | | | | | Various operations done by systemd-tmpfiles may only be safely done at boot (e.g. removal of X lockfiles in /tmp, creation of /run/nologin). Other operations may be done at any point in time (e.g. setting the ownership on /{run,var}/log/journal). This distinction is largely orthogonal to the type of operation. A new switch --unsafe is added, and operations which should only be executed during bootup are marked with an exclamation mark in the configuration files. systemd-tmpfiles.service is modified to use this switch, and guards are added so it is hard to re-start it by mistake. If we install a new version of systemd, we actually want to enforce some changes to tmpfiles configuration immediately. This should now be possible to do safely, so distribution packages can be modified to execute the "safe" subset at package installation time. /run/nologin creation is split out into a separate service, to make it easy to override. https://bugzilla.redhat.com/show_bug.cgi?id=1043212 https://bugzilla.redhat.com/show_bug.cgi?id=1045849
* man,units: tmpfiles.d(5) cleanupZbigniew Jędrzejewski-Szmek2013-12-24
| | | | | | | | | Condition for /lib (necessary for split /usr) was missing from the unit. Some changes which were done in tmpfiles.d(5) were not carried over to systemd-tmpfiles(1). Also use markup where possible.
* delta: if prefix is specified, only show overrides thereZbigniew Jędrzejewski-Szmek2013-12-22
| | | | | systemd-delta /run/systemd/system will show all unit overrides in /run, etc.
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-22
| | | | | | | | Also, introduce a new environment variable named $WATCHDOG_PID which cotnains the PID of the process that is supposed to send the keep-alive events. This is similar how $LISTEN_FDS and $LISTEN_PID work together, and protects against confusing processes further down the process tree due to inherited environment.
* man: fix make installMarc-Antoine Perennou2013-12-22
| | | | | commit 5b04fe60004e7c5cd5a43648ede3e6a965e70b8c broke it with ‘./man/sd_session_is_remote.3’: No such file or directory
* libsystemd-login: add sd_session_get_remote_{host, user}Mantas Mikulėnas2013-12-21
|
* man: update the list of commands influenced by --fullZbigniew Jędrzejewski-Szmek2013-12-21
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798
* man: mention --full and --lines in systemctl statusZbigniew Jędrzejewski-Szmek2013-12-21
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732798
* loginctl,shell-completions: fix listing of sessions/users/seatsZbigniew Jędrzejewski-Szmek2013-12-21
|
* man: add systemd-dbus-proxy@.service(8) and systemd-dbus.proxy(8)Zbigniew Jędrzejewski-Szmek2013-12-21
|
* man: add DOI for refereed article on Forward Secure Sealing to journald.conf(5)Jason St. John2013-12-18
| | | | | In journalctl(1), be more explicit about the reference to "Seal=" in journald.conf(5) and what information can be found there.
* man: be more explicit about option arguments that take 128-bit IDs in ↵Jason St. John2013-12-18
| | | | | | | journalctl(1) It may not be immediately obvious to the reader what "ID128" is, so replace the example option argument "ID128" with "128-bit-ID".
* man: fix grammar issues in journalctl(1)Jason St. John2013-12-18
| | | | And add a missing <option> tag around "--setup-keys" under "--force".
* udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek2013-12-18
| | | | Also clean things up a bit here and there.
* man: networkd - clarify Address/Gateway keys in [Network] sectionTom Gundersen2013-12-17
|
* networkd: add support for Route sectionsTom Gundersen2013-12-17
|
* man: describe journalctl --show-cursorZbigniew Jędrzejewski-Szmek2013-12-16
|
* man: reword awkward phraseZbigniew Jędrzejewski-Szmek2013-12-16
|
* core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering2013-12-16
| | | | | | These specifiers require NSS lookups to work, and we really shouldn't do them from PID 1 hence. With this change they are now only supported for user systemd instance, or when the configured user for a unit is root.
* man: remove advice to avoid setting the same var more than onceZbigniew Jędrzejewski-Szmek2013-12-14
| | | | | | So far the compatibility with .desktop settings hasn't been imporant at all, and we do not want people to write convoluted unit files.
* man: beef up ExecStart descriptionZbigniew Jędrzejewski-Szmek2013-12-14
| | | | | | | | We have lots of questions from people who assume that shell syntax works here, so let's be very explicit what is allowed and what is not. A few examples should also help. http://bugs.debian.org/732156
* man: document that systemd-getty-generator can start additional container ↵Lennart Poettering2013-12-13
| | | | gettys on ptys
* nspawn: add new --setenv= switch to set an environment variable for the ↵Lennart Poettering2013-12-13
| | | | container to spawn
* man: document more error codes for sd_bus_request_name()Lennart Poettering2013-12-13
|
* man: add another nspawn exampleZbigniew Jędrzejewski-Szmek2013-12-12
| | | | Taken from https://bugs.freedesktop.org/show_bug.cgi?id=68369.
* man: update sd_bus_request_name() man pageLennart Poettering2013-12-13
|
* man: mention SYSTEMD_USER_WANTSZbigniew Jędrzejewski-Szmek2013-12-11
| | | | | Also split into paragraphs for easier reading and make a few minor corrections.
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-11
| | | | | | | This adds the new library call sd_journal_open_container() and a new "-M" switch to journalctl. Particular care is taken that journalctl's "-b" switch resolves to the current boot ID of the container, not the host.