From: Luca Boccassi Date: Fri, 22 May 2026 21:00:41 +0000 (+0100) Subject: units: add missing Documentation= key to systemd-report units X-Git-Tag: v261-rc2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d18eac5a99dbc8198f25cde9175e66f27e92cbc;p=thirdparty%2Fsystemd.git units: add missing Documentation= key to systemd-report units --- diff --git a/units/systemd-report-basic@.service.in b/units/systemd-report-basic@.service.in index 1e4798ac04b..65e41b0da41 100644 --- a/units/systemd-report-basic@.service.in +++ b/units/systemd-report-basic@.service.in @@ -8,6 +8,7 @@ # (at your option) any later version. [Unit] Description=Report System Basic Metrics +Documentation=man:systemd-report(1) DefaultDependencies=no Conflicts=shutdown.target diff --git a/units/systemd-report-cgroup@.service.in b/units/systemd-report-cgroup@.service.in index 6f18c647dd2..198bd5ff32d 100644 --- a/units/systemd-report-cgroup@.service.in +++ b/units/systemd-report-cgroup@.service.in @@ -9,6 +9,7 @@ [Unit] Description=CGroup Report Service +Documentation=man:systemd-report(1) DefaultDependencies=no Conflicts=shutdown.target Before=shutdown.target