mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
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:
parent
606c24e3bd
commit
9541fe6adf
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user