mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-05-15 08:47:58 -04:00
4 lines
165 B
Bash
4 lines
165 B
Bash
SERVICE_USER="x11user" # execute command as another user
|
|
EXEC_CMD_BIN="code" # command to execute
|
|
EXEC_CMD_ARGS="-wn $DATA_DIR" # command arguments
|