summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
Commit message (Expand)AuthorAgeFilesLines
* man: fix some manvolnumAnita Zhang2020-07-111-1/+1
* tree-wide: drop quotes from around [section]Zbigniew Jędrzejewski-Szmek2020-07-061-1/+1
* tree-wide: fixes for assorted grammar and spelling issuesZbigniew Jędrzejewski-Szmek2020-07-061-5/+5
* core: remove support for ".include" stanzaLennart Poettering2020-06-031-3/+0
* Fix typo.Michael Gubbels2020-05-291-1/+1
* condition: introduce systemd.condition-first-boot= kernel command line switchLennart Poettering2020-05-181-0/+4
* condition: allow overriding of ConditionNeedsUpdate= on the kernel command lineLennart Poettering2020-05-181-0/+7
* man: document the two new condition typesLennart Poettering2020-05-151-0/+30
* Add %l as specifier for the hostname without any domain componentZbigniew Jędrzejewski-Szmek2020-05-071-0/+5
* man: add specifiers section to directives indexZbigniew Jędrzejewski-Szmek2020-05-071-3/+5
* man: migrate more specifier explanations to standard-specifiers.xmlLennart Poettering2020-05-051-20/+5
* man: document new specifiersLennart Poettering2020-04-281-1/+12
* virt: Detect proot virtualisation by ptrace metadataChris Down2020-04-151-0/+1
* man: add missing varname around keywords in systemd.unit.xmlLuca Boccassi2020-04-091-1/+2
* man: explicitly note that ExecSt*Post does count for After/Before orderingLuca Boccassi2020-04-091-1/+1
* man/systemd.unit: Add missing article to `Wants=` descriptionPaul Menzel2020-02-251-1/+1
* man: fix typo in systemd.unit man pageWill Fleming2020-02-061-1/+1
* man: mention that Before= doesn't work for device unitsLennart Poettering2020-01-171-1/+5
* Merge pull request #14400 from keszybz/alias-checkLennart Poettering2020-01-131-5/+29
|\
| * man: document alias rules and aliases dropin loadingZbigniew Jędrzejewski-Szmek2020-01-101-5/+29
* | man: describe "symlink" and "systemctl link" explicitly in UNIT FILE LOAD PATHHATAYAMA Daisuke2020-01-091-4/+6
* | man: fix option nameZbigniew Jędrzejewski-Szmek2020-01-081-2/+2
|/
* man: restores ConditionVirtualization documentation (#14138)Steve Ramage2019-11-251-1/+1
* man: fix a few bogus entries in directives indexZbigniew Jędrzejewski-Szmek2019-11-211-2/+2
* man: change noindex="true" to index="false"Zbigniew Jędrzejewski-Szmek2019-11-211-5/+5
* Merge pull request #13962 from keszybz/man-orderingZbigniew Jędrzejewski-Szmek2019-11-081-67/+77
|\
| * man: describe ordering in case of Conflicts=Zbigniew Jędrzejewski-Szmek2019-11-081-7/+10
| * man: put description of Wants= above Requires=Zbigniew Jędrzejewski-Szmek2019-11-061-60/+67
* | core: change top-level drop-in from -.service.d to service.dAnita Zhang2019-11-071-3/+8
|/
* Merge pull request #13867 from keszybz/man-conditionYu Watanabe2019-10-301-357/+417
|\
| * man: reword description of triggering conditionsZbigniew Jędrzejewski-Szmek2019-10-291-7/+7
| * man: split out description of Conditions and Assert to new sectionZbigniew Jędrzejewski-Szmek2019-10-291-357/+417
* | Merge pull request #13635 from fbuihuu/no-aliases-with-enableZbigniew Jędrzejewski-Szmek2019-10-281-4/+4
|\ \ | |/ |/|
| * man: alias names can't be used with enable commandFranck Bui2019-09-241-4/+4
* | shared/dropin: support -.service.d/ top level drop-in for service unitsAnita Zhang2019-10-151-0/+4
|/
* man: remove repeated wordsZbigniew Jędrzejewski-Szmek2019-09-121-1/+1
* docs: describe valid unit names in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2019-08-301-10/+18
* man: rework the description of Aliases and .wants/.requires directoriesZbigniew Jędrzejewski-Szmek2019-07-171-26/+32
* Treat kernel version condition as a list of quoted checksZbigniew Jędrzejewski-Szmek2019-06-291-4/+5
* analyze: add 'condition' verbZbigniew Jędrzejewski-Szmek2019-06-271-2/+8
* man: move description of how conditions are combined to the beginningZbigniew Jędrzejewski-Szmek2019-06-261-20/+12
* man: change true/false to yes/no for DefaultDependencies.INSUN PYO2019-06-251-3/+3
* man: add note that %h/%u/%U are mostly uselessZbigniew Jędrzejewski-Szmek2019-05-221-3/+9
* man: rework forward/reverse table in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2019-05-171-12/+19
* man: mention garbage collection of failed conditionsSimon Schricker2019-05-131-1/+3
* Merge pull request #12414 from keszybz/detect-podmanLennart Poettering2019-04-291-0/+1
|\
| * basic/virt: treat "podman" as separate container typeZbigniew Jędrzejewski-Szmek2019-04-291-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-3/+3
|/
* man: correct units path usage according to FHS (#11388)Jonas DOREL2019-04-081-4/+6
* Merge pull request #12030 from poettering/condition-memoryYu Watanabe2019-04-021-5/+26
|\