diff options
Diffstat (limited to 'perl-install/services.pm')
-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 0b1359af2..51bf21792 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -355,7 +355,7 @@ sub running_systemd() { } sub has_systemd() { - run_program::rooted($::prefix, '/bin/rpm', '-q', 'systemd-sysvinit'); + run_program::rooted($::prefix, '/bin/rpm', '-q', 'systemd'); } sub xinetd_services() { |