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