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").
This commit is contained in:
Auke Kok 2013-05-09 09:39:15 -07:00
parent 606c24e3bd
commit 9541fe6adf

View file

@ -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]