Commit Graph
1726 Commits
Author SHA1 Message Date
Zbigniew Jędrzejewski-Szmek 63e1555696 man: remove "nofail" from systemd.swap(5)
As suggested by Marcos Felipe Rasia de Mello <marcosfrm@gmail.com>.

(cherry picked from commit b50191c23f)
2015-01-16 00:14:43 -05:00
Jan Engelhardt b68e2467d1 doc: add cross-references between systemd.{link, netdev, network}
(cherry picked from commit bd763d350c)
2015-01-16 00:13:22 -05:00
Lennart Poettering 03197f9437 man: document that 'loginctl activate' only takes a single argument
(cherry picked from commit 3909ba34ec)
2015-01-15 23:53:01 -05:00
Lennart Poettering 739b061d89 man: remove references to systemadm from systemctl man page
The tool is badly maintained and we shouldn't refence such old cruft.

(cherry picked from commit a03fe1a5d5)
2015-01-15 23:52:10 -05:00
Dave Reisner 53f058478f doc: fix stale references to systemd-verify
This was subsumed into systemd-analyze back in 142c4ecaa9.

(cherry picked from commit ee9c4ff4c8)
2015-01-15 23:51:39 -05:00
Chris Atkinson 3f104bcb21 man: clarify path escaping and reference systemd-escape
This patch adds more detail to the description of how path escaping
operates and provides a pointer to the systemd-escape program. Either
would serve to answer the question raised in the bug report, so
hopefully this will allow it to be closed.

https://bugs.freedesktop.org/show_bug.cgi?id=87688
(cherry picked from commit 995084c7b4)
2015-01-15 23:44:24 -05:00
Susant Sahani 9720de1524 man: Fix spelling
(cherry picked from commit 922d948b9f)
2015-01-15 23:12:12 -05:00
Manuel Mendez f74f4a1d67 man: typo in sd_watchdog_enabled notes
https://bugs.freedesktop.org/show_bug.cgi?id=87642
(cherry picked from commit 7275929790)
2015-01-15 23:08:34 -05:00
Zbigniew Jędrzejewski-Szmek c7456ca701 man: add a note why %U,%h,%s are mostly useless
The reasons were already given in the description of %U, but the
are easy to overlook, and it's better to be explicit to avoid
confusion.

(cherry picked from commit b7a4d8de92)
2015-01-15 23:08:00 -05:00
Mantas Mikulėnas 85511c5919 doc: os-release: mention all shell characters that must be escaped
Since the manpage already talks about shell-compatibility, it should be
more accurate about what needs to be escaped and how.

(cherry picked from commit 321a3f5133)
2015-01-15 23:07:36 -05:00
Lennart Poettering a8a2894cce man: fedora 21 has been release, suggest 21 as fedora version in example yum command line
(cherry picked from commit 667993e88e)
2015-01-15 22:36:43 -05:00
Zbigniew Jędrzejewski-Szmek e51e8e367c localectl,man: make it obvious that set-*-keymaps sets both keymaps
https://bugs.freedesktop.org/show_bug.cgi?id=85411
(cherry picked from commit 2ebcf93670)
2015-01-15 22:31:00 -05:00
Lennart Poettering 9897c6b346 man: improve docs for systemd-modules-load.service
(cherry picked from commit 547b25d285)
2015-01-15 22:29:44 -05:00
Felipe Sateler fe1c5578e6 man: fix reference to obsolete command "systemctl dump"
https://bugs.freedesktop.org/show_bug.cgi?id=87020
(cherry picked from commit 030512b244)
2015-01-15 22:20:48 -05:00
Lennart Poettering 809b89b87b man: there's actually no "fail" fstab option, but only "nofail"
(cherry picked from commit deb6120920)
2015-01-15 22:20:29 -05:00
Umut Tezduyar Lindskog a190bc1bd4 man: BusName= is not optional for Type!=bus
http://lists.freedesktop.org/archives/systemd-devel/2014-November/025492.html
(cherry picked from commit f4e9cdbc62)
2015-01-15 22:12:53 -05:00
Chris Atkinson b9be8fa63c man: delete ZX as sole compression; "Compress=" as boolean
In man journald.conf, removes reference to XZ as sole form of
compression. See commit d89c8fdf48.

In man coredump.conf, clarifies that "Compression=" controls existence,
not type, of compression.

(cherry picked from commit 442f7f1553)
2015-01-15 22:12:41 -05:00
Ronny Chevalier ef13fe7cbc man: document that we set both soft and hard limits for Limit directives
See
http://cgit.freedesktop.org/systemd/systemd/tree/src/core/load-fragment.c#n1100

(cherry picked from commit 6067b34a1f)
2015-01-15 22:10:10 -05:00
Ronny Chevalier a191513317 man: fix typos
(cherry picked from commit 536256fc91)
2015-01-15 22:09:56 -05:00
Ronny Chevalier 59f1e63be7 man: document equivalence between Limit directives and ulimit
See https://bugs.freedesktop.org/show_bug.cgi?id=80341

(cherry picked from commit b8825fff7b)
2015-01-15 22:09:49 -05:00
Chris Mayo cdc45292fb man: fix link to systemd-networkd-wait-online.service in systemd-networkd.service(8)
(cherry picked from commit da80c219d7)
2015-01-15 22:09:18 -05:00
Chris Atkinson b93ea2decf man: update description of default extension for isolate
(cherry picked from commit 507e28d844)
2015-01-15 22:06:01 -05:00
Zbigniew Jędrzejewski-Szmek 69527fc068 man: add systemd-sysv-generator(8)
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
(cherry picked from commit f509443af5)
2015-01-15 21:52:12 -05:00
Zbigniew Jędrzejewski-Szmek b82afb1d84 swap: restore support for nofail
systemd stops adding automatic dependencies on swap.target to swap
units. If a dependency is required, it has to be added by unit
configuration. fstab-generator did that already, except that now it is
modified to create a Requires or Wants type dependency, depending on
whether nofail is specified in /etc/fstab. This makes .swap units
obey the nofail/noauto options more or less the same as .mount units.

Documentation is extended to clarify that, and to make
systemd.mount(5) and system.swap(5) more similar. The gist is not
changed, because current behaviour actually matches existing
documentation.

https://bugs.freedesktop.org/show_bug.cgi?id=86488
(cherry picked from commit 5607d856b8)
2015-01-15 21:28:27 -05:00
Zbigniew Jędrzejewski-Szmek 91d90659f7 man: reword list-dependencies description
The previous version was a bit too vague. It is better
to simply list all dependency types that are followed.

Previous version also made an emphasis on dependencies introduced by
configuration.  But this command (or systemd) don't care about this
distinction between configured and automatically added dependencies at
all. This distinctionis removed from the main description, and an
explanatory paragraph is added to remind the user that all
dependencies are shown, no matter where they come from.

(cherry picked from commit f6375e8376)
2015-01-15 21:02:24 -05:00
Chris Atkinson 5fe5d7fe73 man/logind.conf.xml: make consistent with default logind.conf
https://bugs.freedesktop.org/show_bug.cgi?id=86263
(cherry picked from commit 6e3157c5e6)
2015-01-15 21:00:48 -05:00
Lennart Poettering d4cde08675 man: hostnamectl understands -M too
(cherry picked from commit 34b950a8d8)
2015-01-15 20:21:56 -05:00
Lennart Poettering 81b49d5418 man: fix typo
(cherry picked from commit 174299e35f)
2015-01-15 20:19:32 -05:00
Michal Schmidt fa5e5b1cce man: don't refer to undocumented option '--failed'
(cherry picked from commit ed80170d83)
2015-01-15 20:16:11 -05:00
Lennart Poettering e12a9beff4 man: don't document systemctl --failed
This effectively reverts 599b6322f1, which
in turn partially reverted 4dc5b821ae.

The --failed switch is not documented on purpose, since it is redundant
due to --state=failed, which it predates. Due to that it's not
documented in --help either.

We generally try to avoid redundant interfaces, but if we need to keep
them for compatibility we do so, however remove them from documentation
to ensure they are not used in future.

The man page is now changed to include a comment about the fact that
--failed is not documented on purpose. Also, explicitly mention
--state=failed as example for --state.

(cherry picked from commit 036359ba8d)
2015-01-15 20:16:11 -05:00
Zbigniew Jędrzejewski-Szmek 09e6c7d03f man: document --failed
https://bugs.debian.org/767267
(cherry picked from commit 599b6322f1)
2015-01-15 20:15:49 -05:00
Zbigniew Jędrzejewski-Szmek e275b4254d man: update bootup(7) for asynchronous timers.target
(cherry picked from commit d82ad85cd9)
2015-01-15 20:02:20 -05:00
Lennart Poettering 2203c07490 hostnamed: introduce new "embedded" chassis type
We really don't want to get lost in adding fridge, car, plane, drone, or
whatever else, hence add a generic term "embedded" cover all the cases
where the computer is just part of something bigger, and not at the
focus of things.

(cherry picked from commit 25fa306ed5)
2014-11-06 20:26:43 -05:00
Jan Synacek 328d74f857 man/tmpfiles.d: fix typo
(cherry picked from commit ff8d1aba53)
2014-11-06 20:22:25 -05:00
Tom Gundersen be463cec86 man: sd_event_add_post - fix typo
(cherry picked from commit f49481d0ca)
2014-11-06 20:19:48 -05:00
Umut Tezduyar Lindskog 0ad235ddb0 man: explain journalctl --flush correctly
(cherry picked from commit 2a97b03b3b)
2014-11-06 20:18:13 -05:00
Zbigniew Jędrzejewski-Szmek c2c2394e0c man: describe all log levels in udevadm(8)
https://bugs.freedesktop.org/show_bug.cgi?id=85657
(cherry picked from commit e03234a160)
2014-11-06 20:18:13 -05:00
Umut Tezduyar Lindskog db2cb23b5b core: send sigabrt on watchdog timeout to get the stacktrace
if sigabrt doesn't do the job, follow regular shutdown
routine, sigterm > sigkill.
2014-10-28 17:37:39 +01:00
Lennart Poettering 1fdfa094dd man: minor corrections on how the overall system states are actually defined 2014-10-28 14:38:47 +01:00
Lennart Poettering 47cb901e38 swap: replace Discard= setting by a more generic Options= setting
For now, it's systemd itself that parses the options string, but as soon
as util-linux' swapon can take the option string directly with -o we
should pass it on unmodified.
2014-10-28 14:31:25 +01:00
Martin Pitt 33488f1979 udev hwdb: Support shipping pre-compiled database in system images
In some cases it is preferable to ship system images with a pre-generated
binary hwdb database, to avoid having to build it at runtime, avoid shipping
the source hwdb files, or avoid storing large binary files in /etc.

So if hwdb.bin does not exist in /etc/udev/, fall back to looking for it in
UDEVLIBEXECDIR. This keeps the possibility to add files to /etc/udev/hwdb.d/
and re-generating the database which trumps the one in /usr/lib.

Add a new --usr flag to "udevadm hwdb --update" which puts the database
into UDEVLIBEXECDIR.

Adjust systemd-udev-hwdb-update.service to not generate the file in /etc if we
already have it in /usr.
2014-10-28 14:28:18 +01:00
Lennart Poettering d1b6f12e07 man: document that $XDG_SESSION_DESKTOP only takes a single item, not a list, unlike $XDG_CURRENT_DESKTOP 2014-10-28 12:32:25 +01:00
Zbigniew Jędrzejewski-Szmek 2de51fdc52 man: add table of manager states 2014-10-27 22:35:08 -04:00
Lennart Poettering f189ab18de job: optionally, when a job timeout is hit, also execute a failure action 2014-10-28 02:19:55 +01:00
Lennart Poettering fa1b91632c core: remove system start timeout logic again
The system start timeout as previously implemented would get confused by
long-running services that are included in the initial system startup
transaction for example by being cron-job-like long-running services
triggered immediately at boot. Such long-running jobs would be subject
to the default 15min timeout, esily triggering it.

Hence, remove this again. In a subsequent commit, introduce per-target
job timeouts instead, that allow us to control these timeouts more
finegrained.
2014-10-28 01:42:13 +01:00
Lennart Poettering dbfd41e2df calendarspec: parse 'quarterly' and 'semi-annually' as shortcuts 2014-10-27 18:09:26 +01:00
Tom Gundersen 1dfcee5985 man: tmpfiles.d - recommend using b! and c!
We should avoid creating static device nodes at runtime.
2014-10-27 17:40:24 +01:00
Lennart Poettering e0104622b3 man: document what "minutely" now means 2014-10-27 13:54:19 +01:00
Ivan Shapovalov 281a92f80c man: fix typos in description of SELinuxContextFromNet= 2014-10-27 11:42:33 +01:00
Klaus Purer 820c095831 man: remove another gendered pronoun 2014-10-24 13:32:16 +02:00