| Index: perf/server/setup/sys/logserver_init
|
| diff --git a/perf/server/setup/sys/perf_init b/perf/server/setup/sys/logserver_init
|
| similarity index 95%
|
| copy from perf/server/setup/sys/perf_init
|
| copy to perf/server/setup/sys/logserver_init
|
| index fd15793672bf01a89d5d312524f58200d65bb213..887649391e752668903668ccff49a7e374c5f39e 100644
|
| --- a/perf/server/setup/sys/perf_init
|
| +++ b/perf/server/setup/sys/logserver_init
|
| @@ -1,12 +1,12 @@
|
| #! /bin/sh
|
| ### BEGIN INIT INFO
|
| -# Provides: perf
|
| +# Provides: logserver
|
| # 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: Serves the log file directory via HTTP.
|
| ### END INIT INFO
|
|
|
| # Author: Joe Gregorio <jcgregorio@google.com>
|
| @@ -19,10 +19,10 @@
|
|
|
| # PATH should only include /usr/* if it runs after the mountnfs.sh script
|
| PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
| -DESC="The Skia perf application."
|
| -NAME=perf
|
| +DESC="The Skia log server application."
|
| +NAME=logserver
|
| DAEMON=/home/perf/buildbot/perf/server/$NAME
|
| -DAEMON_ARGS="--oauth=false --git_repo_dir=/home/perf/skia"
|
| +DAEMON_ARGS=""
|
| PIDFILE=/var/run/$NAME.pid
|
| SCRIPTNAME=/etc/init.d/$NAME
|
|
|
|
|