mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-19 21:57:47 -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
|