diff options
author | 2012-06-22 13:08:48 +0200 | |
---|---|---|
committer | 2012-06-22 13:08:48 +0200 | |
commit | b0193f1c1f1540bfccbdca02df82669b9308e4e2 (patch) | |
tree | c23e22e1857d73f7faff35ab1569a2070bac1797 /.gitignore | |
parent | modules-load: parse driver=/rd.driver= kernel command line option (diff) | |
download | eudev-b0193f1c1f1540bfccbdca02df82669b9308e4e2.tar.gz eudev-b0193f1c1f1540bfccbdca02df82669b9308e4e2.tar.bz2 eudev-b0193f1c1f1540bfccbdca02df82669b9308e4e2.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d04930a2..07321768a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/test-unit-name /systemd-system-update-generator /systemd-fstab-generator /systemd-delta |