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

Unified Diff: perf/setup/sys/ingest_init

Issue 813803003: Adjusted flags in ingest_init (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/setup/sys/ingest_init
diff --git a/perf/setup/sys/ingest_init b/perf/setup/sys/ingest_init
index 1955958da0c7dffa4a132398824148fa46fd2e84..0b20dd5abd1069f9c00cebf7a8f95631ebc238ba 100644
--- a/perf/setup/sys/ingest_init
+++ b/perf/setup/sys/ingest_init
@@ -23,7 +23,7 @@ DESC="The Skia JSON ingest application."
NAME=ingest
DAEMON=/home/perf/golib/bin/$NAME
DATA_DIR="/mnt/pd0/data"
-DAEMON_ARGS="--git_repo_dir=$DATA_DIR/skia --log_dir=/mnt/pd0/glog --tile_dir=$DATA_DIR/tileStore3 --timestamp_file=$DATA_DIR/ingestTimestamp3.json --run=golden,nano,nano-trybot "
+DAEMON_ARGS="--git_repo_dir=$DATA_DIR/skia --log_dir=/mnt/pd0/glog --tile_dir=$DATA_DIR/tileStore3 --run=golden,nano,nano-trybot "
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698