From: Lennart Poettering Date: Mon, 8 Apr 2019 13:17:23 +0000 (+0200) Subject: man: add references from the .mount and .service man pages to systemd-{mount,run... X-Git-Tag: v242-rc4~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438e6a48be3fe7cebec18488d7fd99fc5b4b2e37;p=thirdparty%2Fsystemd.git man: add references from the .mount and .service man pages to systemd-{mount,run} pages Fixes: #12235 --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index f89a53751e6..d0ccd39e380 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -83,6 +83,11 @@ disabled. For a longer discussion see API File Systems. + + The + systemd-mount1 command + allows creating .mount and .automount units dynamically and + transiently from the command line. @@ -535,7 +540,8 @@ proc5, mount8, systemd-fstab-generator8, - systemd.directives7 + systemd.directives7, + systemd-mount1 diff --git a/man/systemd.service.xml b/man/systemd.service.xml index b9a3266dfd7..5b884175300 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -59,6 +59,10 @@ about the incompatibilities, see the Incompatibilities with SysV document. + + The systemd-run1 + command allows creating .service and .scope units dynamically + and transiently from the command line. @@ -1429,7 +1433,8 @@ WantedBy=multi-user.target systemd.exec5, systemd.resource-control5, systemd.kill5, - systemd.directives7 + systemd.directives7, + systemd-run1