units: rename systemd-debug-shell.service to debug-shell.service

The systemd- prefix for services should be reserved only for services
that invoke our own code rather than generic, external code.
This commit is contained in:
Lennart Poettering 2012-07-02 14:33:04 +02:00
parent fbf5b12653
commit d1f9edafe7
5 changed files with 5 additions and 5 deletions

View File

@ -343,7 +343,7 @@ nodist_systemunit_DATA = \
units/systemd-udev.service \
units/systemd-udev-trigger.service \
units/systemd-udev-settle.service \
units/systemd-debug-shell.service
units/debug-shell.service
dist_userunit_DATA = \
units/user/default.target \
@ -381,7 +381,7 @@ EXTRA_DIST += \
units/systemd-udev.service \
units/systemd-udev-trigger.service \
units/systemd-udev-settle.service \
units/systemd-debug-shell.service.in \
units/debug-shell.service.in \
units/systemd-hibernate.service.in \
units/systemd-suspend.service.in \
introspect.awk \

2
NEWS
View File

@ -14,7 +14,7 @@ CHANGES WITH 186:
* We now provide an early debug shell on tty9 if this enabled. Use:
systemctl enable systemd-debug-shell.service
systemctl enable debug-shell.service
* All plymouth related units have been moved into the Plymouth
package. Please make sure to upgrade your Plymouth version

View File

@ -17,4 +17,4 @@ src/core/org.freedesktop.systemd1.policy.in.in
src/timedate/timedated.c
units/systemd-readahead-done.service.in
units/user@.service.in
units/systemd-debug-shell.service.in
units/debug-shell.service.in

2
units/.gitignore vendored
View File

@ -42,4 +42,4 @@
/systemd-udev-settle.service
/systemd-udev-trigger.service
/systemd-udev.service
/systemd-debug-shell.service
/debug-shell.service