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

Unified Diff: experimental/webtry/setup/webtry_setup.sh

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/sys/webtry_monit ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/webtry_setup.sh
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh
index bcc33975f4c40af65fc45e96994482df56be2337..382c2aa95fbabda9ddb91fbc9ee0f387f4efdef2 100755
--- a/experimental/webtry/setup/webtry_setup.sh
+++ b/experimental/webtry/setup/webtry_setup.sh
@@ -69,9 +69,11 @@ sudo su - webtry -c /home/webtry/continue_install.sh
banner "Setting up system initialization scripts"
sudo cp sys/webtry_init /etc/init.d/webtry
+sudo cp sys/logserver_init /etc/init.d/logserver
sudo cp sys/webtry_monit /etc/monit/conf.d/webtry
sudo cp sys/webtry_squid /etc/squid3/squid.conf
sudo chmod 744 /etc/init.d/webtry
+sudo chmod 744 /etc/init.d/logserver
# Confirm that monit is happy.
sudo monit -t
@@ -80,5 +82,6 @@ sudo monit reload
banner "Restarting webtry server"
sudo /etc/init.d/webtry restart
+sudo /etc/init.d/logserver restart
banner "All done!"
« no previous file with comments | « experimental/webtry/setup/sys/webtry_monit ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698