Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-12 | test: extend unit-name test a bit | Lennart Poettering | |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=855863 | |||
2012-06-25 | cryptsetup: fix escaping when generating cryptsetup units | Lennart Poettering | |
2012-06-22 | systemctl: automatically turn paths and unescaped unit names into proper ↵ | Lennart Poettering | |
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. |