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