Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 check process skiaperf with pidfile /var/run/skiaperf.pid | |
| 2 start program = "/etc/init.d/skiaperf start" | |
| 3 stop program = "/etc/init.d/skiaperf stop" | |
| 4 depends on skiaperf_init | |
| 5 depends on skiaperf_exe | |
| 6 | |
| 7 check file skiaperf_init | |
| 8 with path /etc/init.d/skiaperf | |
| 9 if changed timestamp then restart | |
| 10 | |
| 11 check file skiaperf_exe | |
| 12 with path /usr/local/bin/skiaperf | |
| 13 if changed timestamp then restart | |
| OLD | NEW |