chiark / gitweb /
systemctl does not expand %u, so revert back to %I
authorAuke Kok <auke-jan.h.kok@intel.com>
Thu, 9 May 2013 16:39:15 +0000 (09:39 -0700)
committerAuke Kok <auke-jan.h.kok@intel.com>
Thu, 9 May 2013 16:39:15 +0000 (09:39 -0700)
The description field is only displayed by systemctl, and
it can't expand %u properly (it will always display "root").

units/user@.service.in

index 3cf1347b16c95a1b777222d043d05eb438c2add2..ece671d4485f71be6e120bb6f897075ec84fe9a8 100644 (file)
@@ -6,7 +6,7 @@
 #  (at your option) any later version.
 
 [Unit]
 #  (at your option) any later version.
 
 [Unit]
-Description=User Manager for %u
+Description=User Manager for %I
 After=systemd-user-sessions.service
 
 [Service]
 After=systemd-user-sessions.service
 
 [Service]