From: Lennart Poettering Date: Mon, 8 Oct 2018 16:46:12 +0000 (+0200) Subject: man: explain the two search paths in the SYNOPSIS with a header X-Git-Tag: v240~597^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ace445da71c30a5f00f379e3915822f7d3dad09;p=thirdparty%2Fsystemd.git man: explain the two search paths in the SYNOPSIS with a header --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index aa2700d5477..35221335323 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -39,7 +39,10 @@ slice.slice, scope.scope - /etc/systemd/system.control/* + + System Unit Search Path + + /etc/systemd/system.control/* /run/systemd/system.control/* /run/systemd/transient/* /run/systemd/generator.early/* @@ -50,10 +53,12 @@ /run/systemd/generator/* … /usr/lib/systemd/system/* -/run/systemd/generator.late/* - +/run/systemd/generator.late/* + - ~/.config/systemd/user.control/* + + User Unit Search Path + ~/.config/systemd/user.control/* $XDG_RUNTIME_DIR/systemd/user.control/* $XDG_RUNTIME_DIR/systemd/transient/* $XDG_RUNTIME_DIR/systemd/generator.early/* @@ -65,8 +70,9 @@ ~/.local/share/systemd/user/* … /usr/lib/systemd/user/* -$XDG_RUNTIME_DIR/systemd/generator.late/* - +$XDG_RUNTIME_DIR/systemd/generator.late/* + +