Chromium Code Reviews| 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..feb33daf0ba640020ca49b917bc037ae35d4a9e3 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="" |
|
jcgregorio
2014/10/16 13:36:03
--log_dir=/tmp/glog
so logserver puts its own log
tfarina
2014/10/17 00:19:20
Done.
|
| PIDFILE=/var/run/$NAME.pid |
| SCRIPTNAME=/etc/init.d/$NAME |