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

Unified Diff: experimental/webtry/setup/sys/logserver_init

Issue 643903003: webtry: Add logserver to serve /tmp/glog. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: log_dir Created 6 years, 2 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 | « experimental/webtry/setup/continue_install.sh ('k') | experimental/webtry/setup/sys/webtry_monit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/sys/logserver_init
diff --git a/experimental/webtry/setup/sys/webtry_init b/experimental/webtry/setup/sys/logserver_init
similarity index 93%
copy from experimental/webtry/setup/sys/webtry_init
copy to experimental/webtry/setup/sys/logserver_init
index 3d2e1a20a1200b31c4aa8a9008969b2a5f598c9a..84a8a371b246c0f7184a1455390c5544898499db 100644
--- a/experimental/webtry/setup/sys/webtry_init
+++ b/experimental/webtry/setup/sys/logserver_init
@@ -1,12 +1,12 @@
#! /bin/sh
### BEGIN INIT INFO
-# Provides: webtry
+# 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 webtry.
-# Description: Web server for trying Skia C++ code.
+# Short-Description: Start logserver.
+# 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 webtry application."
-NAME=webtry
-DAEMON=/home/webtry/skia/experimental/webtry/$NAME
-DAEMON_ARGS="--use_chroot --log_dir=/tmp/glog"
+DESC="The Skia WebTry log server application."
+NAME=logserver
+DAEMON=/home/webtry/golib/bin/$NAME
+DAEMON_ARGS="--log_dir=/tmp/glog"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
« no previous file with comments | « experimental/webtry/setup/continue_install.sh ('k') | experimental/webtry/setup/sys/webtry_monit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698