summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
Commit message (Collapse)AuthorAge
* doc: comma placement corrections and word orderJan Engelhardt2014-05-07
| | | | | Set commas where there should be some. Some improvements to word order.
* doc: corrections to words and formsJan Engelhardt2014-05-07
| | | | | This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed.
* systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in ↵Lennart Poettering2014-03-05
| | | | --scope mode
* man: document missing options of systemd-runLennart Poettering2014-03-05
|
* systemd-run: add new --property= switch that can set arbitrary properties ↵Lennart Poettering2014-03-05
| | | | | | | | for the unit that is created The code for parsing these properties is shared with "systemctl set-property", which means all the resource control settings are immediately available.
* man: xinclude --host/--machineZbigniew Jędrzejewski-Szmek2014-02-20
| | | | As usual, those common options are pushed to the end.
* man: xinclude --user/--systemZbigniew Jędrzejewski-Szmek2014-02-20
|
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-20
|
* man: always place <programlisting> and </programlisting> in a line with ↵Lennart Poettering2014-02-14
| | | | actual sources, so that we don't get spurious newlines in the man page output
* man: wording and grammar updatesJan Engelhardt2013-11-07
| | | | | This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice.
* run: support --system to match other commands, even if redundantLennart Poettering2013-11-06
|
* man: fix typoRonny Chevalier2013-11-05
|
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-30
| | | | | Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools.
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-09
|
* man: wording and grammar updatesJan Engelhardt2013-08-04
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-30
|
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-26
|
* man: wording and grammar updatesJan Engelhardt2013-07-21
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* man: extend systemd-run man page a littleLennart Poettering2013-07-19
|
* man: document systemd-runZbigniew Jędrzejewski-Szmek2013-07-10