units: rename cryptsetup@.service to systemd-cryptsetup@.service

It's also our own code, hence should have the prefix.
This commit is contained in:
Lennart Poettering 2012-06-25 14:27:58 +02:00
parent 0e0320e045
commit 6d37ea8a8e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ static int create_disk(
noauto = has_option(options, "noauto");
nofail = has_option(options, "nofail");
n = unit_name_build_escape("cryptsetup", name, ".service");
n = unit_name_build_escape("systemd-cryptsetup", name, ".service");
if (!n) {
r = -ENOMEM;
log_error("Failed to allocate unit name.");