summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.home1.xml
Commit message (Collapse)AuthorAgeFilesLines
* man: deduplicate dbus versioning refZbigniew Jędrzejewski-Szmek2022-05-051-6/+1
|
* man: also add anotations for methodsYu Watanabe2021-12-241-0/+18
| | | | Fixes #21882.
* homed: add explicit API for requesting rebalancing tooLennart Poettering2021-11-251-0/+7
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* homed: explicitly deactivate all home directories on shutdownLennart Poettering2020-09-301-0/+6
| | | | | | | | | | | | | | | | | | | | Let's explicitly deactivate all home dirs on shutdown, in order to properly synchronizing unmounting and avoiding blocking devices. Previously, we'd rely on automatic deactivation when home directories become unused. However, that scheme is asynchronous, and ongoing deactviations might conflicts with attempts to unmount /home. Let's fix that by providing an explicit service systemd-homed-activate.service whose only job is to have a ExecStop= line that explicitly deactivates all home directories on shutdown. This service can the be ordered after home.mount and similar, ensuring that we'll first deactivate all homes before deactivating /home itself during shutdown. This is kept separate from systemd-homed.service so that it is possible to restart systemd-homed.service without deactivating all home directories. Fixes: #16842
* man: import lxml formatting changesZbigniew Jędrzejewski-Szmek2020-08-221-1/+1
| | | | lxml insists on this, see 4fb222c4b29ec2a1a451a1e0e99c5d3c520395ab.
* Merge pull request #16390 from keszybz/coverity-and-typosZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
|\ | | | | One coverity-inspired fix and spelling
| * tree-wide: more repeated wordsZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
| |
* | man: match parenthesesTopi Miettinen2020-07-071-1/+1
|/ | | | | | | | | | | Files found with: for f in *; do \ l=`tr -d '[^(]' < $f | wc -c`; \ r=`tr -d '[^)]' < $f | wc -c`; \ if [ $l -ne $r ]; then \ echo $f $l $r; \ fi; \ done
* man: fix links to various external man pagesZbigniew Jędrzejewski-Szmek2020-06-251-1/+1
| | | | | In cases where we used both die-net and man-pages for the same reference, I switched to use man-pages everywhere.
* tree-wide: s/time-out/timeout/gZbigniew Jędrzejewski-Szmek2020-05-261-1/+1
| | | | See 3f9a0a522f2029e9295ea5e9984259022be88413 for justification.
* man: document homed D-Bus APILennart Poettering2020-05-121-94/+227
|
* homed: fix parameter names on D-Bus methodsLennart Poettering2020-05-121-20/+20
| | | | | | | | | | | | These arguments contain UserRecord structures serialized to JSON, however only the "secret" part of it, not a whole user record. We do this since the secret part is conceptually part of the user record and in some contexts we need a user record in full with both secret and non-secret part, and in others just the secret and in other just the non-secret part, but we want to keep this in memory in the same logic. Hence, let's rename the arguments where we expect a user record consisting only of the secret part to "secret".
* man: add stub for home1(5)Zbigniew Jędrzejewski-Szmek2020-05-061-0/+369