1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

F #6057: Make it comptible with RHEL 8 systemd version

systemd-run fails with: unrecognized option '--same-dir' in RHEL8.
Removed the option.

(cherry picked from commit dff7a2ca16a1c1f96bc3c37473ec0d6e2e9d8ea4)
This commit is contained in:
Ruben S. Montero 2023-01-22 15:40:03 +01:00
parent 276f093073
commit 2c4922afa4
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -27,7 +27,7 @@ module TransferManager
class Datastore
# Constants for wrapper commands
SYSTEMD_RUN = 'systemd-run --user --quiet --pipe --collect --wait --same-dir'
SYSTEMD_RUN = 'systemd-run --user --quiet --pipe --collect --wait'
IONICE = 'ionice'
NICE = 'nice'