From: Auke Kok Date: Thu, 9 May 2013 16:39:15 +0000 (-0700) Subject: systemctl does not expand %u, so revert back to %I X-Git-Tag: v205~277 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9541fe6adff9941e487084c718ff2d46ed2929c6;hp=606c24e3bd41207c395f24a56bcfcad791e265a5 systemctl does not expand %u, so revert back to %I The description field is only displayed by systemctl, and it can't expand %u properly (it will always display "root"). --- diff --git a/units/user@.service.in b/units/user@.service.in index 3cf1347b1..ece671d44 100644 --- a/units/user@.service.in +++ b/units/user@.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=User Manager for %u +Description=User Manager for %I After=systemd-user-sessions.service [Service]