mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
generic-worker on macOS: run as unprivileged user, start as a service
This commit is contained in:
parent
889d479935
commit
70f507879f
8 changed files with 115 additions and 16 deletions
|
@ -11,4 +11,4 @@ set -o pipefail
|
|||
cd "$(dirname $0)"
|
||||
VENV_BIN="../../../python/_virtualenv/bin"
|
||||
[ -x "${VENV_BIN}/salt-ssh" ] || "${VENV_BIN}/pip" install salt-ssh
|
||||
"${VENV_BIN}/salt-ssh" "${@}"
|
||||
"${VENV_BIN}/salt-ssh" "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue