From 438e6a48be3fe7cebec18488d7fd99fc5b4b2e37 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 8 Apr 2019 15:17:23 +0200 Subject: [PATCH] man: add references from the .mount and .service man pages to systemd-{mount,run} pages Fixes: #12235 --- man/systemd.mount.xml | 8 +++++++- man/systemd.service.xml | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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