Skip to content

Commit

Permalink
rms/openpbs: openpbs needs chkconfig
Browse files Browse the repository at this point in the history
This tries to avoid errors like:

Synchronizing state of pbs.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable pbs
Failed to execute /usr/lib/systemd/systemd-sysv-install: No such file or directory

Signed-off-by: Adrian Reber <areber@redhat.com>
  • Loading branch information
adrianreber committed Jul 15, 2023
1 parent b30f03f commit 858f955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/rms/openpbs/SPECS/openpbs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Requires: hostname
%endif
%if 0%{?rhel} >= 7
Requires: hwloc-ohpc
Requires: chkconfig
%endif
Requires: libical
Autoreq: 1
Expand Down Expand Up @@ -175,6 +176,7 @@ Requires: hostname
%endif
%if 0%{?rhel} >= 7
Requires: hwloc-ohpc
Requires: chkconfig
%endif
Autoreq: 1

Expand Down

0 comments on commit 858f955

Please sign in to comment.