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:
parent
276f093073
commit
2c4922afa4
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user