diff options
author | Tom Gundersen <teg@jklm.no> | 2013-04-22 21:57:39 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-04-22 21:57:39 +0200 |
commit | 3e8037f17c985a99b26fff92917e8567480ab246 (patch) | |
tree | 603b9ead4ee8471268acab6c78980dd157009278 /units/.gitignore | |
parent | bf83067c1ded45c1ba1d9d679e6190a5de51f960 (diff) |
units: rename systemd-static-nodes -> systemd-tmpfiles-setup-dev
This is really just a special case of systemd-tmpfiles-setup, moreover it could easily create more than static nodes.
Diffstat (limited to 'units/.gitignore')
-rw-r--r-- | units/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/.gitignore b/units/.gitignore index 6c9582e026..d2f3eb40d6 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -26,6 +26,7 @@ /systemd-fsck-root.service /systemd-tmpfiles-clean.service /systemd-tmpfiles-setup.service +/systemd-tmpfiles-setup-dev.service /systemd-halt.service /systemd-poweroff.service /systemd-reboot.service @@ -43,7 +44,6 @@ /systemd-random-seed-load.service /systemd-random-seed-save.service /systemd-initctl.service -/systemd-static-nodes.service /getty@.service /systemd-update-utmp-runlevel.service /systemd-update-utmp-shutdown.service |