Skip to content

Commit

Permalink
Add opentofu-runner service
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Mar 14, 2024
1 parent 73af3e4 commit c1b5702
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpm_spec/subpackages/manageiq-gemset-services
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@ do
if [[ -e /etc/systemd/system/${file}@*.service.d ]]; then rm -rf /etc/systemd/system/${file}@*.service.d; fi
done

if [[ -e /etc/systemd/system/opentofu-runner.target ]]; then rm -f /etc/systemd/system/opentofu-runner.target; fi
if [[ -e /etc/systemd/system/opentofu-runner.service ]]; then rm -f /etc/systemd/system/opentofu-runner.service; fi
if [[ -e /etc/systemd/system/opentofu-runner.service.d/override.conf ]]; then rm -f /etc/systemd/system/opentofu-runner.service.d/override.conf; fi
if [[ -e /etc/systemd/system/opentofu-runner.service.d ]]; then rm -rf /etc/systemd/system/opentofu-runner.service.d; fi

%files gemset-services
%{_prefix}/lib/systemd/system/manageiq-providers*
%{_prefix}/lib/systemd/system/opentofu-runner*

0 comments on commit c1b5702

Please sign in to comment.