summaryrefslogtreecommitdiffstats
path: root/man/user@.service.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user-runtime-dir: enforce /tmp/ and /dev/shm/ quotaLennart Poettering6 days1-6/+7
| | | | | | | Enforce the quota on these two tmpfs at the same place where we mount the per-user $XDG_RUNTIME_DIR. Conceptually these are very similar concepts, and it makes sure to enforce the limits at the same place with the same lifecycle.
* man: expand word contractionsJan Engelhardt2024-12-251-1/+1
| | | | For written text, contractions are not normally used.
* man: asorted fixesYu Watanabe2024-11-231-2/+2
| | | | Closes #35307.
* man: document the new conceptsLennart Poettering2024-03-141-0/+1
|
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* man: make ID validDavid Tardon2023-12-251-1/+1
| | | | | | The id attribute is of type ID, defined at https://www.w3.org/TR/1998/REC-xml-19980210#id . It may contain only selected non-alphanumeric characters; '@' is not among them.
* man: use <simplelist> for 'See also' sectionsDavid Tardon2023-12-231-9/+9
| | | | | This is just a slight markup improvement; there should be no difference in rendering.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: fix some manvolnumAnita Zhang2020-07-111-2/+2
|
* man: mention systemd-user-runtime-dir in user@.service tooZbigniew Jędrzejewski-Szmek2020-06-141-12/+15
| | | | | | | | | | | | | _riotingpacifist was complaining on reddit [1] that systemd-user-runtime-dir is not documented anywhere. So let's add the binary name as page alias. [1] https://www.reddit.com/r/linux/comments/h086fd/why_linuxs_systemd_is_still_divisive_after_all/ftllr66/ This page should be in section 8, like all .service descriptions. Also extend the text a bit to make it clearer that systemd --user is the same executable but running in a different mode (which might be certainly a bit confusing to users.)
* man: fix links to ssh(1) and sshd(8)Zbigniew Jędrzejewski-Szmek2020-02-281-2/+2
| | | | 'openssh' wasn't even defined.
* man: change noindex="true" to index="false"Zbigniew Jędrzejewski-Szmek2019-11-211-14/+14
| | | | We nowadays prefer positive options over negative.
* man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-141-1/+2
| | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml
* Fix grammarglitsj162018-07-211-1/+1
|
* man: add a description of user@.service, user-runtime-dir@.service, user-*.sliceZbigniew Jędrzejewski-Szmek2018-07-201-0/+190
Fixes #9590.