ipaplatform: add constant for systemd-run binary

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
This commit is contained in:
Alexander Bokovoy 2020-12-22 16:47:42 +02:00
parent e7949e2a0f
commit 38823e9091

View File

@ -32,6 +32,7 @@ class BasePathNamespace:
GZIP = "/bin/gzip" GZIP = "/bin/gzip"
LS = "/bin/ls" LS = "/bin/ls"
SYSTEMCTL = "/bin/systemctl" SYSTEMCTL = "/bin/systemctl"
SYSTEMD_RUN = "/bin/systemd-run"
SYSTEMD_DETECT_VIRT = "/usr/bin/systemd-detect-virt" SYSTEMD_DETECT_VIRT = "/usr/bin/systemd-detect-virt"
SYSTEMD_TMPFILES = "/usr/bin/systemd-tmpfiles" SYSTEMD_TMPFILES = "/usr/bin/systemd-tmpfiles"
TAR = "/bin/tar" TAR = "/bin/tar"