mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-10-23 14:02:14 -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
|