Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(848)

Side by Side Diff: platforms/raspberry-pi2/data/dartino-agent.env

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Dartino agent specific environment variables 1 # Dartino agent specific environment variables
2 2
3 # Path to the fletch-vm (used when spawning fletch VM instances). 3 # Path to the dartino-vm (used when spawning dartino VM instances).
4 export FLETCH_VM=/usr/lib/dartino-agent/bin/fletch-vm 4 export DARTINO_VM=/usr/lib/dartino-agent/bin/dartino-vm
5 5
6 # IP address used by the Dartino agent to listen for incoming requests. 6 # IP address used by the Dartino agent to listen for incoming requests.
7 export AGENT_IP=0.0.0.0 7 export AGENT_IP=0.0.0.0
8 8
9 # Port used by the Dartino agent to listen for incoming requests. 9 # Port used by the Dartino agent to listen for incoming requests.
10 export AGENT_PORT=12121 10 export AGENT_PORT=12121
11 11
12 # Pid file of the Dartino agent. 12 # Pid file of the Dartino agent.
13 export AGENT_PID_FILE=/var/run/dartino-agent.pid 13 export AGENT_PID_FILE=/var/run/dartino-agent.pid
14 14
15 # Log file of the Dartino agent. 15 # Log file of the Dartino agent.
16 export AGENT_LOG_FILE=/var/log/dartino-agent.log 16 export AGENT_LOG_FILE=/var/log/dartino-agent.log
17 17
18 # Spawned VM specific environment variables. These are passed to the spawned VM 18 # Spawned VM specific environment variables. These are passed to the spawned VM
19 # instances for configuration. 19 # instances for configuration.
20 20
21 # Log directory for the spawned fletch VMs. 21 # Log directory for the spawned dartino VMs.
22 export VM_LOG_DIR=/var/log/dartino-agent 22 export VM_LOG_DIR=/var/log/dartino-agent
OLDNEW
« no previous file with comments | « platforms/raspberry-pi2/data/dartino-agent ('k') | platforms/raspberry-pi2/data/depend.start.dartino.jessie » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698