From: Lennart Poettering Date: Fri, 16 Nov 2018 10:39:27 +0000 (+0100) Subject: units: fix Description= of systemd-exit.service X-Git-Tag: v240~311^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10796%2Fhead;p=thirdparty%2Fsystemd.git units: fix Description= of systemd-exit.service This file was probably copied from the --user version, let's use some more appropriate wording for the --system version. --- diff --git a/units/systemd-exit.service b/units/systemd-exit.service index e5b270fc361..773c400b476 100644 --- a/units/systemd-exit.service +++ b/units/systemd-exit.service @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Exit the Session +Description=Exit the Container Documentation=man:systemd.special(7) DefaultDependencies=no Requires=shutdown.target umount.target final.target