From f09114bcc7dc9d4699e6ae41150056256bfbabb2 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Jul 2013 01:24:46 -0400 Subject: man: document systemd-run --- man/systemd-run.xml | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 man/systemd-run.xml (limited to 'man/systemd-run.xml') diff --git a/man/systemd-run.xml b/man/systemd-run.xml new file mode 100644 index 0000000000..4ced9bfc00 --- /dev/null +++ b/man/systemd-run.xml @@ -0,0 +1,160 @@ + + + + + + + + + systemd-run + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd-run + 1 + + + + systemd-run + Run programs as volatile systemd units + + + + + systemd-run + OPTIONS + COMMAND + ARGS + + + + + + Description + + systemd-run may be used + create a transient .service unit + or a .scope unit and launch the + specified COMMAND as part + of this unit. + + + + Options + + The following options are understood: + + + + + + + Prints a short help + text and exits. + + + + + + Prints a short version + string and exits. + + + + + + + Talk to the systemd manager of the calling + user. + + + + + + + + Create a .scope unit instead of + the default transient .service unit. + + + + + + + + Use this unit name instead of an automatically + generated one. + + + + + + Provide description for the unit. If not + specified, the command itself will be used as a description. + See Description= in + systemd.unit5. + + + + + + + Make the new .service or + .scope unit part of the specified slice, + instead of the system.slice. + + + + + All command-line arguments after the first non-option + argument become part of the commandline of the launched + process. + + + + Exit status + + On success, 0 is returned, a non-zero failure + code otherwise. + + + + See Also + + systemd1, + systemd.unit5, + systemd.service5, + systemd.scope5, + systemd.slice5. + + + + -- cgit v1.2.3-54-g00ecf