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

Side by Side Diff: experimental/webtry/setup/sys/webtry_monit

Issue 644513003: webtry: Simply move sys/ directory into setup/. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « experimental/webtry/setup/sys/webtry_init ('k') | experimental/webtry/setup/sys/webtry_schroot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 check process webtry with pidfile /var/run/webtry.pid 1 check process webtry with pidfile /var/run/webtry.pid
2 start program = "/etc/init.d/webtry start" 2 start program = "/etc/init.d/webtry start"
3 stop program = "/etc/init.d/webtry stop" 3 stop program = "/etc/init.d/webtry stop"
4 4
5 check process squid3 with pidfile /var/run/squid3.pid 5 check process squid3 with pidfile /var/run/squid3.pid
6 start program = "/etc/init.d/squid3 start" 6 start program = "/etc/init.d/squid3 start"
7 stop program = "/etc/init.d/squid3 stop" 7 stop program = "/etc/init.d/squid3 stop"
OLDNEW
« no previous file with comments | « experimental/webtry/setup/sys/webtry_init ('k') | experimental/webtry/setup/sys/webtry_schroot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698