b0193f1c1f1540bfccbdca02df82669b9308e4e2 |
|
22-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
systemctl: automatically turn paths and unescaped unit names into proper unit names
This makes sure that
systemctl status /home
is implicitly translated to:
systemctl status /home.mount
Similar, /dev/foobar becomes dev-foobar.device.
Also, all characters that cannot be part of a unit name are implicitly
escaped. |