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/server/setup/sys/perf_init

Issue 335183002: Fixing install and OAuth (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 6 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/setup/sys/perf_init
diff --git a/perf/server/setup/sys/perf_init b/perf/server/setup/sys/perf_init
index a8be1c8e32c0481b8e19b7acecd1f2be6af9d3fe..fd15793672bf01a89d5d312524f58200d65bb213 100644
--- a/perf/server/setup/sys/perf_init
+++ b/perf/server/setup/sys/perf_init
@@ -22,7 +22,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="The Skia perf application."
NAME=perf
DAEMON=/home/perf/buildbot/perf/server/$NAME
-DAEMON_ARGS=""
+DAEMON_ARGS="--oauth=false --git_repo_dir=/home/perf/skia"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
« no previous file with comments | « perf/server/setup/perf_setup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698