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

Unified Diff: perf/server/setup/sys/ingester_init

Issue 390953003: Add a new log server that runs on port 8001. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « perf/server/setup/perf_setup.sh ('k') | perf/server/setup/sys/logserver_init » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/setup/sys/ingester_init
diff --git a/perf/server/setup/sys/ingester_init b/perf/server/setup/sys/ingester_init
index 124435bd12d75514531e1ef4f2c61c38372edce7..3a220213a599ecb2e78c6e457193ad553c4bab25 100644
--- a/perf/server/setup/sys/ingester_init
+++ b/perf/server/setup/sys/ingester_init
@@ -1,12 +1,12 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: perf
+# Provides: ingester
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start perf.
-# Description: Web server for Skia performance monitoring.
+# Description: Moves Google Storage data into BigQuery.
### END INIT INFO
# Author: Joe Gregorio <jcgregorio@google.com> (copied by Kelvin Ly)
@@ -22,7 +22,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="The Skia JSON ingester application."
NAME=ingest
DAEMON=/home/perf/buildbot/perf/server/$NAME
-DAEMON_ARGS="--log_only=true --oauth=false"
+DAEMON_ARGS="--log_only=true --oauth=false --log_dir=/tmp/glog"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
« no previous file with comments | « perf/server/setup/perf_setup.sh ('k') | perf/server/setup/sys/logserver_init » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698