diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-02 14:33:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-02 14:33:04 +0200 |
commit | d1f9edafe7b832c507931640f32069d001916b0e (patch) | |
tree | 7adc561ef69ac85255f4fb2a9c25b9efab58bbcf /units | |
parent | fbf5b12653e29674b1e85c73d446b13ac3a15b38 (diff) |
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.
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 2 | ||||
-rw-r--r-- | units/debug-shell.service.in (renamed from units/systemd-debug-shell.service.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/units/.gitignore b/units/.gitignore index 2193bedf61..3e434fe9e3 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -42,4 +42,4 @@ /systemd-udev-settle.service /systemd-udev-trigger.service /systemd-udev.service -/systemd-debug-shell.service +/debug-shell.service diff --git a/units/systemd-debug-shell.service.in b/units/debug-shell.service.in index 2aa98d3cc5..2aa98d3cc5 100644 --- a/units/systemd-debug-shell.service.in +++ b/units/debug-shell.service.in |