From 2ace445da71c30a5f00f379e3915822f7d3dad09 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 8 Oct 2018 18:46:12 +0200 Subject: [PATCH] man: explain the two search paths in the SYNOPSIS with a header --- man/systemd.unit.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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/* + + -- 2.47.3