[systemd-commits] units/user at .service.in

Auke-Jan Kok auke at kemper.freedesktop.org
Thu May 9 09:40:23 PDT 2013


 units/user at .service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9541fe6adff9941e487084c718ff2d46ed2929c6
Author: Auke Kok <auke-jan.h.kok at intel.com>
Date:   Thu May 9 09:39:15 2013 -0700

    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 at .service.in b/units/user at .service.in
index 3cf1347..ece671d 100644
--- a/units/user at .service.in
+++ b/units/user at .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]



More information about the systemd-commits mailing list