From 3f547ca5a6712f9bb5ca96c981986df0d8a7e582 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Nov 2018 11:39:27 +0100 Subject: [PATCH] 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. --- units/systemd-exit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3