diff options
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 5df0c626c..c7260d549 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -127,7 +127,7 @@ xinetd => N_("Starts other deamons on demand."), if ($s) { $s = translate($s); } else { - my $file = "$::prefix/lib/systemd/system/$name.service"; + my $file = "$::prefix/usr/lib/systemd/system/$name.service"; if (-e $file) { $s = cat_($file); $s = $s =~ /^Description=(.*)/mg ? $1 : ''; |