Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 check process webtry with pidfile /var/run/webtry.pid | |
| 2 start program = "/etc/init.d/webtry start" | |
| 3 stop program = "/etc/init.d/webtry stop" | |
| 4 | |
| 5 check process squid3 with pidfile /var/run/squid3.pid | |
| 6 start program = "/etc/init.d/squid3 start" | |
| 7 stop program = "/etc/init.d/squid3 stop" | |
| OLD | NEW |