From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Jul 2013 05:24:46 +0000 (-0400) Subject: man: document systemd-run X-Git-Tag: v206~170 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f09114bcc7dc9d4699e6ae41150056256bfbabb2;hp=fade1ec6e05f9f6c3718be622e259d2c8e61508c man: document systemd-run --- diff --git a/Makefile-man.am b/Makefile-man.am index fef69be58..bef749af8 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -63,6 +63,7 @@ MANPAGES += \ man/systemd-notify.1 \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ + man/systemd-run.1 \ man/systemd-shutdownd.service.8 \ man/systemd-sleep.conf.5 \ man/systemd-suspend.service.8 \ diff --git a/man/systemd-run.xml b/man/systemd-run.xml new file mode 100644 index 000000000..4ced9bfc0 --- /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. + + + +