summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
Commit message (Collapse)AuthorAge
* man: boilerplate unificationZbigniew Jędrzejewski-Szmek2015-02-10
|
* systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering2014-12-23
|
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-23
|
* run: introduce timer support optionWaLyong Cho2014-12-09
| | | | | | | | | | | | | Support timer options --on-active=, --on-boot=, --on-startup=, --on-unit-active=, --on-unit-inactive=, --on-calendar=. Each options corresponding with OnActiveSec=, OnBootSec=, OnStartupSec=, OnUnitActiveSec=, OnUnitInactiveSec=, OnCalendar= of timer respectively. And OnCalendar= and WakeSystem= supported by --timer-property= option like --property= of systemd-run. And if --unit= option and timer options are specified the command can be omitted. In this case, systemd-run assumes the target service is already loaded. And just try to generate transient timer unit only.
* man: add emacs header to get correct indention in nxml-mode for the manpage ↵Lennart Poettering2014-11-21
| | | | | | | | XML files that use 2ch indenting In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting.
* s/command-line/command line/gLennart Poettering2014-11-06
| | | | | | | | | | A follow-up to: commit 3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817 Author: Harald Hoyer <harald@redhat.com> Date: Thu Nov 6 15:33:48 2014 +0100 s/commandline/command line/g
* s/commandline/command line/gHarald Hoyer2014-11-06
|
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-07
| | | | | | | | | | | | | | | | | | | | | | | | It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
* 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