mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
e7949e2a0f
commit
38823e9091
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user